diff options
author | thompsa <thompsa@FreeBSD.org> | 2006-11-27 21:59:04 +0000 |
---|---|---|
committer | thompsa <thompsa@FreeBSD.org> | 2006-11-27 21:59:04 +0000 |
commit | 5511a715239bf3cd4863ed234ff9d60a14a0f752 (patch) | |
tree | 63ffb385b2e59980ff786fb8d175a68d1193c3ec /sbin | |
parent | 581da9c4dfc68d76c549d440543e28e7dca925bb (diff) | |
download | FreeBSD-src-5511a715239bf3cd4863ed234ff9d60a14a0f752.zip FreeBSD-src-5511a715239bf3cd4863ed234ff9d60a14a0f752.tar.gz |
Add descriptions for p2p and autop2p.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 1327a1c..39969c4 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1296,6 +1296,26 @@ This is the default for all interfaces added to a bridge. .It Cm -autoedge Ar interface Disable automatic edge status on .Ar interface . +.It Cm p2p Ar interface +Set the +.Ar interface +as a point to point link. +This is required for straight transitions to forwarding and +should be enabled on a direct link to another RSTP capable switch. +.It Cm -p2p Ar interface +Disable point to point link status on +.Ar interface . +This should be disabled for a half duplex link and for an interface +connected to a shared network segment, +like a hub or a wireless network. +.It Cm autop2p Ar interface +Automatically detect the point to point status on +.Ar interface +by checking the full duplex link status. +This is the default for interfaces added to the bridge. +.It Cm -autop2p Ar interface +Disable automatic point to point link detection on +.Ar interface . .It Cm maxage Ar seconds Set the time that a Spanning Tree protocol configuration is valid. The default is 20 seconds. |