diff options
author | 2020-08-05 16:45:41 +0000 | |
---|---|---|
committer | 2020-08-05 16:45:41 +0000 | |
commit | daccb5c03d81edfefbc684c4633591bb368dbed6 (patch) | |
tree | cab2c5a4c1c636d9f151fb314d836aab96bbb314 | |
parent | Document tpmr ioctls and synopsis (diff) | |
download | wireguard-openbsd-daccb5c03d81edfefbc684c4633591bb368dbed6.tar.xz wireguard-openbsd-daccb5c03d81edfefbc684c4633591bb368dbed6.zip |
Move TPMR section above TRUNK to sort alphabetically
Reminded by jmc
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 92 |
1 files changed, 46 insertions, 46 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 739e1f4ea32..9e6ad912b38 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.354 2020/08/05 14:55:40 kn Exp $ +.\" $OpenBSD: ifconfig.8,v 1.355 2020/08/05 16:45:41 kn Exp $ .\" $NetBSD: ifconfig.8,v 1.11 1996/01/04 21:27:29 pk Exp $ .\" $FreeBSD: ifconfig.8,v 1.16 1998/02/01 07:03:29 steve Exp $ .\" @@ -832,51 +832,6 @@ is set to zero, then entries will not be expired. .It Cm up Start the bridge forwarding packets. .El -.Sh TPMR -.nr nS 1 -.Bk -words -.Nm ifconfig -.Ar tpmr-interface -.Op Cm add Ar child-iface -.Op Cm del Ar child-iface -.Op Oo Fl Oc Ns Cm link0 -.Op Oo Fl Oc Ns Cm link1 -.Op Oo Fl Oc Ns Cm link2 -.Ek -The following options are available for a -.Xr tpmr 4 -interface: -.Bl -tag -width Ds -.It Cm add Ar child-iface -Add -.Ar child-iface -as a member. -.It Cm del Ar child-iface -Remove the member -.Ar child-iface . -.It Cm link0 -Disable the filtering of Ethernet frames destined for the TPMR -component reserved addresses, as specified by IEEE 802.1Q. -.It Cm -link0 -Enable the filtering of Ethernet frames destined for the TPMR -component reserved addresses, as specified by IEEE 802.1Q. -This is the default. -.It Cm link1 -Disable the filtering of IPv4 and IPv6 packets with -.Xr pf 4 . -.It Cm -link1 -Enable the filtering of IPv4 and IPv6 packets with -.Xr pf 4 . -Packets will appear to enter or leave the member port interfaces. -This is the default. -.It Cm link2 -Disable the filtering of 802.1Q VLAN and QinQ SVLAN packets. -.It Cm -link2 -Enable the filtering of 802.1Q VLAN and QinQ SVLAN packets. -.Xr pf 4 . -Packets will appear to enter or leave the member port interfaces. -This is the default. -.El .Sh CARP .nr nS 1 .Bk -words @@ -1806,6 +1761,51 @@ from all protected domains. .It Cm up Start the switch processing packets. .El +.Sh TPMR +.nr nS 1 +.Bk -words +.Nm ifconfig +.Ar tpmr-interface +.Op Cm add Ar child-iface +.Op Cm del Ar child-iface +.Op Oo Fl Oc Ns Cm link0 +.Op Oo Fl Oc Ns Cm link1 +.Op Oo Fl Oc Ns Cm link2 +.Ek +The following options are available for a +.Xr tpmr 4 +interface: +.Bl -tag -width Ds +.It Cm add Ar child-iface +Add +.Ar child-iface +as a member. +.It Cm del Ar child-iface +Remove the member +.Ar child-iface . +.It Cm link0 +Disable the filtering of Ethernet frames destined for the TPMR +component reserved addresses, as specified by IEEE 802.1Q. +.It Cm -link0 +Enable the filtering of Ethernet frames destined for the TPMR +component reserved addresses, as specified by IEEE 802.1Q. +This is the default. +.It Cm link1 +Disable the filtering of IPv4 and IPv6 packets with +.Xr pf 4 . +.It Cm -link1 +Enable the filtering of IPv4 and IPv6 packets with +.Xr pf 4 . +Packets will appear to enter or leave the member port interfaces. +This is the default. +.It Cm link2 +Disable the filtering of 802.1Q VLAN and QinQ SVLAN packets. +.It Cm -link2 +Enable the filtering of 802.1Q VLAN and QinQ SVLAN packets. +.Xr pf 4 . +Packets will appear to enter or leave the member port interfaces. +This is the default. +.El .Sh TRUNK (LINK AGGREGATION) .Nm ifconfig .Ar trunk-interface |