]> git.proxmox.com Git - mirror_ovs.git/commit - NEWS
nsh: add dec_nsh_ttl action
authorYi Yang <yi.y.yang@intel.com>
Thu, 11 Jan 2018 05:24:03 +0000 (13:24 +0800)
committerBen Pfaff <blp@ovn.org>
Thu, 11 Jan 2018 23:55:03 +0000 (15:55 -0800)
commit491e05c23362fbdb36dad9b575a6a67e41630868
tree105995c36d526a071e9ceadc7ea2fa2e334b8d07
parent81fdabb94dd7b58e713f27cc1daf5c1794be9e0c
nsh: add dec_nsh_ttl action

NSH ttl is a 6-bit field ranged from 0 to 63, it should be
decremented by 1 every hop, if it is 0 or it is so after
decremented, the packet should be dropped and a packet-in
message is sent to main controller.

Signed-off-by: Yi Yang <yi.y.yang@intel.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
NEWS
include/openvswitch/ofp-actions.h
lib/ofp-actions.c
ofproto/ofproto-dpif-xlate.c
tests/nsh.at
utilities/ovs-ofctl.8.in