CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2012/03/26 13:26:17
Modified files: share/man/man4 : gre.4 Log message: Try to document how to use gre(4) keepalives with pf(4) enabled. Adding a rule like "pass quick on gre proto gre no state" will ensure that the keepalive packets get through pf by bypassing the state table once. Requested by jsing@ some long time ago.