Skip to content

Commit e7af03d

Browse files
author
Josh Bailey
committed
Duplicate, duplicate VLAN check.
1 parent 36337f0 commit e7af03d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

faucet/dp.py

-2
Original file line numberDiff line numberDiff line change
@@ -1074,8 +1074,6 @@ def resolve_routers():
10741074
lone_vlan in all_router_vlans, 'single VLAN %s in more than one router' % lone_vlan)
10751075
for vlan in router.vlans:
10761076
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)
10791077
all_router_vlans.update(router.vlans)
10801078
for vip in vips:
10811079
for other_vip in vips - set([vip]):

0 commit comments

Comments
 (0)