Update Makefile.depend filesAfter building packages we have a number of newand updated Makefile.depend filesReviewed by: stevek
manuals: Fix "missing end of block" errorsThese were reported by `mandoc -T lint ...` as errors.The rendered output (in ascii and html) is not affected by this commit.Signed-off-by: Graham Perc
manuals: Fix "missing end of block" errorsThese were reported by `mandoc -T lint ...` as errors.The rendered output (in ascii and html) is not affected by this commit.Signed-off-by: Graham Percival <gperciva@tarsnap.com>Reviewed by: mhorneMFC after: 3 daysSponsored by: Tarsnap Backup Inc.Pull Request: https://github.com/freebsd/freebsd-src/pull/1448
show more ...
Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I'll just run the command on the branches)Sponsored by: Netflix
pflowctl: add missing break to case 's'CID: 1534009Reported by: Coverity ScanReviewed by: kpDifferential Revision: https://reviews.freebsd.org/D43704
pflow: show socket status in verbose modeIntroduce a verbose output mode to pflowctl, and expose the status ofthe socket to userspace. This can be helpful in debugging configurationerrors.Spons
pflow: show socket status in verbose modeIntroduce a verbose output mode to pflowctl, and expose the status ofthe socket to userspace. This can be helpful in debugging configurationerrors.Sponsored by: Rubicon Communications, LLC ("Netgate")
pflowctl: fix usage messageReported by: Jim Pingle <jimp@netgate.com>Sponsored by: Rubicon Communications, LLC ("Netgate")
pflow: observation domain is an unsigned integerEnsure we print it as such, rather than as a signed integer, as thatwould lead to confusion.Reported by: Jim Pingle <jimp@netgate.com>Sponsored b
pflow: observation domain is an unsigned integerEnsure we print it as such, rather than as a signed integer, as thatwould lead to confusion.Reported by: Jim Pingle <jimp@netgate.com>Sponsored by: Rubicon Communications, LLC ("Netgate")
pflowclt: fix gcc build errorgcc is unhappy with the nested extern declaration of __progname, so moveit out of the usage() function.Sponsored by: Rubicon Communications, LLC ("Netgate")
pflowctl.8: fix copy/paste-oThe valid values line applies to the proto field, not domain.Sponsored by: Rubicon Communications, LLC ("Netgate")
pflow: allow observation domain to be configuredSponsored by: Rubicon Communications, LLC ("Netgate")Differential Revision: https://reviews.freebsd.org/D43113
pflow: import from OpenBSDpflow is a pseudo device to export flow accounting data over UDP.It's compatible with netflow version 5 and IPFIX (10).The data is extracted from the pf state table. St
pflow: import from OpenBSDpflow is a pseudo device to export flow accounting data over UDP.It's compatible with netflow version 5 and IPFIX (10).The data is extracted from the pf state table. States are exported oncethey are removed.Reviewed by: melifaroObtained from: OpenBSDSponsored by: Rubicon Communications, LLC ("Netgate")Differential Revision: https://reviews.freebsd.org/D43106