Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
TACappleman committed Oct 21, 2021
1 parent d6141c4 commit c819ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_mpls.py
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ def test_RouteAddRemoveMplsRouteResolveNeigh(self, dvs, testlog):
dvs.servers[1].runcmd("ip route add default via 10.0.0.2")
time.sleep(2)

# add route entries
# add route entries. The neighbor entries for 10.0.0.1 and 10.0.0.3 are not yet resolved, so will trigger an ARP request
label = "100"
label2 = "200"
if self.mpls_appdb_mode():
Expand Down

0 comments on commit c819ef8

Please sign in to comment.