This patch series makes it possible to modify ICMPv4 packets and ping
logical router ports in OVN.  It also has a few minor cleanups related
to OVN.

v1->v2: Resend without patches that have been already merged and rebased
        on latest master.

Justin Pettit (7):
  ovn-northd.8: Correct description of sending out inport.
  ovn-sb: Fix "ip.ttl--" lower limit description.
  ovn: Use "ip.ttl--" instead of "ip4.ttl--".
  ovn: Change printed stage names.
  packets: Add support for modifying ICMP type and code.
  vswitchd: Allow modifying ICMP type and code.
  ovn-northd: Support pinging logical router ports.

 NEWS                        |    1 +
 lib/flow.h                  |    4 +-
 lib/meta-flow.h             |    8 ++--
 lib/odp-execute.c           |   12 ++++++-
 lib/odp-util.c              |   44 +++++++++++++++++++++++++++--
 lib/ofp-actions.c           |    4 ++
 lib/packets.c               |   18 ++++++++++++
 lib/packets.h               |    1 +
 ovn/lib/actions.c           |    4 +-
 ovn/northd/ovn-northd.8.xml |   21 ++++++--------
 ovn/northd/ovn-northd.c     |   65 +++++++++++++++++++++++++++----------------
 ovn/ovn-sb.xml              |    3 +-
 ovn/utilities/ovn-sbctl.c   |    2 +-
 tests/ofproto.at            |    4 +-
 tests/ovn.at                |    5 ++-
 15 files changed, 141 insertions(+), 55 deletions(-)

-- 
1.7.5.4

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to