[ovs-dev] [IPv6 Redux 5/6] nicira-ext: Support matching IPv6 traffic.

Ben Pfaff blp at nicira.com
Sat Jan 22 16:20:13 UTC 2011


On Sat, Jan 22, 2011 at 3:11 AM, Justin Pettit <jpettit at nicira.com> wrote:
> Provides ability to match over IPv6 traffic in the same manner as IPv4.
> Currently, the matching fields include:
>
>    - IPv6 source and destination addresses (ipv6_src and ipv6_dst)
>    - Traffic Class (nw_tos)
>    - Next Header (nw_proto)
>    - ICMPv6 Type and Code (icmp_type and icmp_code)
>    - TCP and UDP Ports over IPv6 (tp_src and tp_dst)
>
> When defining IPv6 rules, the Nicira Extensible Match (NXM) extension to
> OVS must be used.
>
> Signed-off-by: Justin Pettit <jpettit at nicira.com>

Thanks for all the updates.  They look OK to me.




More information about the dev mailing list