Re: introduce 'pfctl -FR' to reset settings to defaults

2019-04-03 Thread Ted Unangst
Alexandr Nedvedicky wrote: > below is the diff I'd like to commit. this is fine with me.

teach tcpdump about cdp on ppp and gre links

2019-04-03 Thread David Gwynne
ok? Index: interface.h === RCS file: /cvs/src/usr.sbin/tcpdump/interface.h,v retrieving revision 1.79 diff -u -p -r1.79 interface.h --- interface.h 22 Oct 2018 16:12:45 - 1.79 +++ interface.h 4 Apr 2019 01:54:37 - @@

Re: introduce 'pfctl -FR' to reset settings to defaults

2019-04-03 Thread Klemens Nanni
On Wed, Apr 03, 2019 at 11:10:21AM +0200, Alexandr Nedvedicky wrote: > I did look at pf.conf(5) manpage yesterday. It requires more updates, > which > I would like to leave for another diff. For example pf.conf(5) does not > mention default values for limits and time outs. I expect

Re: rsync: add --one-file-system

2019-04-03 Thread Björn Ketelaars
On Mon 01/04/2019 21:36, Björn Ketelaars wrote: > Add --one-file-system, which prevents openrsync to cross filesystem > boundaries. Option and behaviour is the same as GPL rsync. Thanks for all the feedback! New diff: - Without the long option; - Appropriate changes to usage and rsync.1; - '-x'

Re: introduce 'pfctl -FR' to reset settings to defaults

2019-04-03 Thread Alexandr Nedvedicky
Hello, On Tue, Apr 02, 2019 at 11:28:43AM +0200, Petr Hoffmann wrote: > Hi, > > seeing this in the manpage > --8<-- > +.It Fl F Cm Reset > +Reset limits, timeouts and options back to default settings. >

Re: route.4: Recommend ROUTE_TABLEFILTER

2019-04-03 Thread Jason McIntyre
On Wed, Apr 03, 2019 at 10:23:30AM +0200, Klemens Nanni wrote: > On Wed, Apr 03, 2019 at 09:53:46AM +0200, Klemens Nanni wrote: > > While here, document RTABLE_ANY and mention rtable(4). > Improved versiono that uses 5 as example and marks up RTABLE_ANY inline > instead, making it searchable with

Re: route.4: Recommend ROUTE_TABLEFILTER

2019-04-03 Thread Claudio Jeker
On Wed, Apr 03, 2019 at 10:23:30AM +0200, Klemens Nanni wrote: > On Wed, Apr 03, 2019 at 09:53:46AM +0200, Klemens Nanni wrote: > > While here, document RTABLE_ANY and mention rtable(4). > Improved versiono that uses 5 as example and marks up RTABLE_ANY inline > instead, making it searchable with

Re: route.4: Recommend ROUTE_TABLEFILTER

2019-04-03 Thread Klemens Nanni
On Wed, Apr 03, 2019 at 09:53:46AM +0200, Klemens Nanni wrote: > While here, document RTABLE_ANY and mention rtable(4). Improved versiono that uses 5 as example and marks up RTABLE_ANY inline instead, making it searchable with `man -k .=RTABLE_ANY'. OK? Index: route.4

route.4: Recommend ROUTE_TABLEFILTER

2019-04-03 Thread Klemens Nanni
After claudio helped me with some details, here's the first round of improvements. SO_TABLE is not applicable to AF_ROUTE, ROUTE_TABLEFILTER works across all families and goes well in line with the other ROUTE_* macros. While here, document RTABLE_ANY and mention rtable(4). OK? Index: route.4