X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=datapath%2Ftunnel.c;fp=datapath%2Ftunnel.c;h=61938910a3147f484c1251096bc852df28d41e93;hb=35c8984e5e6c5d08ca934b82734a7c0b4872ccf6;hp=02c642e51e66006c7abd7e54121958552e32197b;hpb=1fc7083dc49130065f23555d4812420ed3901677;p=sliver-openvswitch.git diff --git a/datapath/tunnel.c b/datapath/tunnel.c index 02c642e51..61938910a 100644 --- a/datapath/tunnel.c +++ b/datapath/tunnel.c @@ -858,8 +858,6 @@ int ovs_tnl_set_options(struct vport *vport, struct nlattr *options) goto error; } - mutable->seq = old_mutable->seq + 1; - /* Parse the others configured by userspace. */ err = tnl_set_config(ovs_dp_get_net(vport->dp), options, tnl_vport->tnl_ops, vport, mutable);