[ovs-dev] [IPv6 IV: A New Hope 0/6] ...now with more Netlink!

Justin Pettit jpettit at nicira.com
Tue Feb 1 08:53:47 UTC 2011


This patch series is a rebase of the last IPv6 revision against the
Netlink userspace/kernel changes that went in on Friday.  Since Jesse
didn't get a chance to review that revision in detail, he asked that I
just resend the whole shebang.

--Justin


Justin Pettit (6):
  ovs-ofctl: Fix small typo about nw_tos in man page.
  ovs-ofctl: Group NXM field matches into own subsection of man page.
  nicira-ext: Support matching ARP source and target hardware
    addresses.
  tests: Add test suite for packets.h.
  nicira-ext: Support matching IPv6 traffic.
  nicira-ext: Support matching IPv6 Neighbor Discovery messages.

 DESIGN                                             |   77 +++++
 Makefile.am                                        |    1 +
 acinclude.m4                                       |    2 +
 datapath/flow.c                                    |  319 +++++++++++++++++--
 datapath/flow.h                                    |   15 +-
 datapath/linux-2.6/Modules.mk                      |    1 +
 .../linux-2.6/compat-2.6/include/linux/icmpv6.h    |   13 +
 include/openflow/nicira-ext.h                      |   89 +++++-
 include/openvswitch/datapath-protocol.h            |   17 +
 lib/classifier.c                                   |  186 +++++++++++-
 lib/classifier.h                                   |    9 +
 lib/flow.c                                         |  333 +++++++++++++++++++-
 lib/flow.h                                         |   29 ++-
 lib/nx-match.c                                     |  226 +++++++++++++-
 lib/nx-match.def                                   |   73 +++--
 lib/nx-match.h                                     |   14 +-
 lib/odp-util.c                                     |  153 ++++++++-
 lib/odp-util.h                                     |    4 +-
 lib/ofp-parse.c                                    |   96 ++++++-
 lib/ofp-util.c                                     |   18 +
 lib/packets.c                                      |  120 +++++++
 lib/packets.h                                      |   32 ++
 lib/socket-util.c                                  |   14 +
 lib/socket-util.h                                  |    1 +
 tests/.gitignore                                   |    1 +
 tests/automake.mk                                  |    6 +
 tests/library.at                                   |    4 +
 tests/ovs-ofctl.at                                 |  116 +++++++-
 tests/test-packets.c                               |  164 ++++++++++
 utilities/ovs-ofctl.8.in                           |  159 +++++++---
 30 files changed, 2109 insertions(+), 183 deletions(-)
 create mode 100644 DESIGN
 create mode 100644 datapath/linux-2.6/compat-2.6/include/linux/icmpv6.h
 create mode 100644 tests/test-packets.c





More information about the dev mailing list