vswitch.ovsidl: Fix comments.
authorBen Pfaff <blp@nicira.com>
Tue, 24 Nov 2009 17:45:54 +0000 (09:45 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 24 Nov 2009 20:55:21 +0000 (12:55 -0800)
vswitchd/vswitch.ovsidl

index 5d5a5cd..263d7fd 100644 (file)
          "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.",