X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=datapath%2Fdp_notify.c;h=c9eeafe2befaa75e62f59c18ebcceec3b4c38e23;hb=5ca1ba484bd9ade5116a49cf241cb98219d7d696;hp=13085d665c7c8fbb57e389977e53236c316cb71a;hpb=a8643e447601201aabd1159966bd716e48378f97;p=sliver-openvswitch.git diff --git a/datapath/dp_notify.c b/datapath/dp_notify.c index 13085d665..c9eeafe2b 100644 --- a/datapath/dp_notify.c +++ b/datapath/dp_notify.c @@ -59,12 +59,6 @@ static int dp_device_event(struct notifier_block *unused, unsigned long event, } break; - case NETDEV_CHANGENAME: - if (vport->port_no != OVSP_LOCAL) { - ovs_dp_sysfs_del_if(vport); - ovs_dp_sysfs_add_if(vport); - } - break; } return NOTIFY_DONE;