Skip to content

Commit

Permalink
Merge pull request #15172 from donaldsharp/evpn_mh_bridge_fix
Browse files Browse the repository at this point in the history
tests: Fix test_evpn_mh.py to correctly call bridge program
  • Loading branch information
Jafaral authored Jan 18, 2024
2 parents 94178ed + 5d608de commit 6103c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/topotests/bgp_evpn_mh/test_evpn_mh.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def config_bridge(node):
node.run("ip link set dev bridge type bridge mcast_snooping 0")
node.run("ip link set dev bridge type bridge vlan_stats_enabled 1")
node.run("ip link set dev bridge up")
node.run("/sbin/bridge vlan add vid 1000 dev bridge")
node.run("/sbin/bridge vlan add vid 1000 dev bridge self")


def config_vxlan(node, node_ip):
Expand Down

0 comments on commit 6103c62

Please sign in to comment.