Add support for set_mpls_ttl action
authorSimon Horman <horms@verge.net.au>
Wed, 6 Mar 2013 07:08:12 +0000 (16:08 +0900)
committerBen Pfaff <blp@nicira.com>
Wed, 6 Mar 2013 16:50:43 +0000 (08:50 -0800)
commit0f3f3c3db0a997ddb512bf9f0a9a1df7d5252f84
tree31bad76612c2c9f19b106fe03774d14ad41dff58
parentb676167a6f6f5bad24cf2a198c504d6e1cca080b
Add support for set_mpls_ttl action

This adds support for the OpenFlow 1.1+ set_mpls_ttl action.
And also adds an NX set_mpls_ttl action.

The handling of the TTL modification is entirely handled in userspace.

Reviewed-by: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Ben Pfaff <blp@nicira.com>
NEWS
include/openflow/nicira-ext.h
lib/ofp-actions.c
lib/ofp-actions.h
lib/ofp-parse.c
lib/ofp-util.def
ofproto/ofproto-dpif.c
tests/ofproto-dpif.at
utilities/ovs-ofctl.8.in