From: Ben Pfaff Date: Tue, 24 Nov 2009 17:45:54 +0000 (-0800) Subject: vswitch.ovsidl: Fix comments. X-Git-Tag: v1.0.0~259^2~481 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=0809cca7f9cc397b608ac6ef81fbe9029dfb6c1a;p=sliver-openvswitch.git vswitch.ovsidl: Fix comments. --- diff --git a/vswitchd/vswitch.ovsidl b/vswitchd/vswitch.ovsidl index 5d5a5cd02..263d7fdc1 100644 --- a/vswitchd/vswitch.ovsidl +++ b/vswitchd/vswitch.ovsidl @@ -100,10 +100,10 @@ "comment": "VLANs on which packets are selected for mirroring.", "type": {"key": "integer", "min": 0, "max": 4096}}, "output_port": { - "comment": "Output port for selected packets. Mutually exclusive with output_port.", + "comment": "Output port for selected packets. Mutually exclusive with output_vlan.", "type": {"key": "uuid", "keyRefTable": "Port", "min": 0, "max": 1}}, "output_vlan": { - "comment": "Output VLAN for selected packets. Mutually exclusive with output_vlan.", + "comment": "Output VLAN for selected packets. Mutually exclusive with output_port.", "type": {"key": "integer", "min": 0, "max": 1}}}}, "NetFlow": { "comment": "A NetFlow target.",