[ovs-dev] [PATCH] vswitch.ovsidl: Fix comments.

Justin Pettit jpettit at nicira.com
Tue Nov 24 11:21:03 PST 2009


On Nov 24, 2009, at 9:46 AM, Ben Pfaff wrote:

> ---
> I tried to point this out last night in review, but I neglected to actually
> send the message, so of course no one saw it :-)
> 
> diff --git a/vswitchd/vswitch.ovsidl b/vswitchd/vswitch.ovsidl
> index 5d5a5cd..263d7fd 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.",


Looks like I need to work on my reading comprehension.  Looks good.  Thanks!

--Justin






More information about the dev mailing list