mirror of
https://github.com/CumulusNetworks/ifupdown2.git
synced 2024-05-06 15:54:50 +00:00
Merge pull request #271 from vincentbernat/fix/vnifilter
addons: vxlan: fix VNI filter on single VXLAN device
This commit is contained in:
@ -1049,7 +1049,6 @@ class vxlan(Vxlan, moduleBase):
|
||||
self.logger.error("%s: %s (%s)" %(ifaceobj.name, vlan_vni_map, str(e)))
|
||||
return
|
||||
|
||||
vnis_int = utils.ranges_to_ints(vnis)
|
||||
self.iproute2.bridge_link_update_vni_filter(ifaceobj.name, vnisd)
|
||||
|
||||
def check_and_raise_svd_tvd_errors(self, ifaceobj):
|
||||
|
Reference in New Issue
Block a user