From 0809cca7f9cc397b608ac6ef81fbe9029dfb6c1a Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 24 Nov 2009 09:45:54 -0800 Subject: [PATCH] vswitch.ovsidl: Fix comments. --- vswitchd/vswitch.ovsidl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.", -- 2.30.2