X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=vswitchd%2Fovs-vswitchd.conf.5.in;h=f998e490013dea10e4b31bdabd46fe3a1d709ccb;hb=6a07af3678afc64e39a330fc07362a940ef1ecce;hp=7f989b40fd8b49b9d6409aa8ed2907c497037ff8;hpb=52df17e745d632757cd9594a34dc3c24522dd686;p=sliver-openvswitch.git diff --git a/vswitchd/ovs-vswitchd.conf.5.in b/vswitchd/ovs-vswitchd.conf.5.in index 7f989b40f..f998e4900 100644 --- a/vswitchd/ovs-vswitchd.conf.5.in +++ b/vswitchd/ovs-vswitchd.conf.5.in @@ -432,7 +432,14 @@ flows from multiple switches appearing as if they came on the interface, add \fBnetflow.\fIbridge\fB.add-id-to-iface=true\fR to the configuration file. This will place the least significant 7 bits of the engine id into the most significant bits of the ingress and egress interface fields -of flow records. By default, this behavior is disabled. +of flow records. When this option is enabled, a maximum of 508 ports are +supported. By default, this behavior is disabled. + +The egress interface field normally contains the OpenFlow port number, +however, certain port values have special meaning: 0xFFFF indicates +flooding, 0xFFFE is multiple controller-specified output interfaces, and +0xFFFD means that packets from the flow were dropped. If add-id-to-iface +is enabled then these values become 0x1FF, 0x1FE, and 0x1FD respectively. The following syntax sends NetFlow records for \fBmybr\fR to the NetFlow collector \fBnflow.example.com\fR on UDP port \fB9995\fR: