We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36337f0 commit e7af03dCopy full SHA for e7af03d
faucet/dp.py
@@ -1074,8 +1074,6 @@ def resolve_routers():
1074
lone_vlan in all_router_vlans, 'single VLAN %s in more than one router' % lone_vlan)
1075
for vlan in router.vlans:
1076
vips.update({vip for vip in vlan.faucet_vips if not vip.ip.is_link_local})
1077
- test_config_condition(
1078
- vlan in all_router_vlans, 'VLAN %s in more than one router' % vlan)
1079
all_router_vlans.update(router.vlans)
1080
for vip in vips:
1081
for other_vip in vips - set([vip]):
0 commit comments