From: Ben Pfaff Date: Tue, 24 Nov 2009 17:45:54 +0000 (-0800) Subject: vswitch.ovsidl: Fix comments. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0809cca7f9cc397b608ac6ef81fbe9029dfb6c1a;p=openvswitch vswitch.ovsidl: Fix comments. --- diff --git a/vswitchd/vswitch.ovsidl b/vswitchd/vswitch.ovsidl index 5d5a5cd0..263d7fdc 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.",