summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/ppp.8.m4
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2001-04-24 02:13:34 +0000
committerbrian <brian@FreeBSD.org>2001-04-24 02:13:34 +0000
commitd487445d059fdf0ea10570641cfa7d3fa4430e70 (patch)
treea7caabe22126e4d14d20ad1127f2ee3afc407973 /usr.sbin/ppp/ppp.8.m4
parent9c03a8ae91e06e47f0c59996ef0e2300e231e101 (diff)
downloadFreeBSD-src-d487445d059fdf0ea10570641cfa7d3fa4430e70.zip
FreeBSD-src-d487445d059fdf0ea10570641cfa7d3fa4430e70.tar.gz
Handle IP over IP (IPPROTO_IPV4) properly.
We now unwrap IP/IP and apply filter rules to both the outer layer (with ``set filter blah x.x.x.x y.y.y.y ipip'') and to the payload (reinterpreted by the filter rules). ``set log tcp/ip'' will now show both the outer wrapper and the (reinterpreted) payload contents.
Diffstat (limited to 'usr.sbin/ppp/ppp.8.m4')
-rw-r--r--usr.sbin/ppp/ppp.8.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ppp/ppp.8.m4 b/usr.sbin/ppp/ppp.8.m4
index d97884a..077e42d 100644
--- a/usr.sbin/ppp/ppp.8.m4
+++ b/usr.sbin/ppp/ppp.8.m4
@@ -1702,6 +1702,7 @@ command below.
must be one of
.Sq icmp ,
.Sq igmp ,
+.Sq ipip ,
.Sq ospf ,
.Sq udp
or
@@ -4587,7 +4588,7 @@ as they travel across the link.
.Oo Op host
.Ar src_addr Ns Op / Ns Ar width
.Op Ar dst_addr Ns Op / Ns Ar width
-.Oc [ tcp|udp|ospf|igmp|icmp Op src lt|eq|gt Ar port
+.Oc [ tcp|udp|ospf|ipip|igmp|icmp Op src lt|eq|gt Ar port
.Op dst lt|eq|gt Ar port
.Op estab
.Op syn
OpenPOWER on IntegriCloud