X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=vswitchd%2Fvswitch.xml;h=b89d58c9927b73d1616fc456335a8aec5b1fdf0a;hb=a91da17ea6f910863c2a771ebfa4100bbad3f481;hp=12780d6c1c7370945cc67ec5578535eaa8317d11;hpb=7155fa52f0e585eb515ceebf3790d90554bbe18e;p=sliver-openvswitch.git diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml index 12780d6c1..b89d58c99 100644 --- a/vswitchd/vswitch.xml +++ b/vswitchd/vswitch.xml @@ -1208,6 +1208,12 @@ on a host. + + A positive interface index as defined for SNMP MIB-II in RFCs 1213 and + 2863, if the interface has one, otherwise 0. The ifindex is useful for + seamless integration with protocols such as SNMP and sFlow. + + The MAC address in use by this interface. @@ -1841,7 +1847,7 @@ times the expected reception rate, will signal a connectivity fault. In the case of a unidirectional connectivity issue, the system not receiving BFD control messages will signal the problem - to its peer in the messages is transmists. + to its peer in the messages it transmits.

@@ -1884,6 +1890,21 @@ false. + + When set to true, Check Tunnel Key will make BFD only accept control + messages with an in_key of zero. Defaults to + false. + + + + An Ethernet address in the form + xx:xx:xx:xx:xx:xx + to set the destination mac address of the bfd packet. If this + field is set, it is assumed that all the bfd packets destined to this + interface also has the same destination mac address. If not set, a + default value of 00:23:20:00:00:01 is used. + +