]> git.ipfire.org Git - thirdparty/iproute2.git/commit
ip/ip6tunnel: reset encap limit flag on change
authorNicolas Dichtel <nicolas.dichtel@6wind.com>
Wed, 14 Nov 2012 15:29:25 +0000 (16:29 +0100)
committerStephen Hemminger <shemminger@vyatta.com>
Fri, 16 Nov 2012 16:15:39 +0000 (08:15 -0800)
commit3f83dce5737bf960e485ea6c8e968b7a7c0c15fd
treedd6f35a9ce151c05a7829812f6dd60c609ecd0db
parentd0c8420c09de37b91fa50b0772d3d3359d828d23
ip/ip6tunnel: reset encap limit flag on change

Flag IP6_TNL_F_IGN_ENCAP_LIMIT is set when encaplimit is none, but it was not
removed if encaplimit was set on update (ip tunnel change).

Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
ip/ip6tunnel.c