odp-util: Handle ipv6 in set nw action.
authorPravin B Shelar <pshelar@nicira.com>
Wed, 11 Jan 2012 20:44:23 +0000 (12:44 -0800)
committerPravin B Shelar <pshelar@nicira.com>
Wed, 11 Jan 2012 20:44:23 +0000 (12:44 -0800)
commitc4f2731da69eaba5f4bb95583225a5399875f6fc
tree3869577f4f767efff913623dfaf8c90ba1f2036a
parent2284188b69fc8d935ae1ecf9d1b939e3efbbe10b
odp-util: Handle ipv6 in set nw action.

Rather than silently skipping ipv6 action generation, following patch
generates OVS_ACTION_ATTR_SET action for ipv6. Datapath which do not
support ipv6 action can reject this action.

Bug #8758
Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
lib/dpif-netdev.c
lib/odp-util.c
ofproto/ofproto-dpif.c
utilities/ovs-ofctl.8.in