summaryrefslogtreecommitdiff
path: root/tests/topotests/ospfv3_basic_functionality/test_ospfv3_authentication.py
diff options
context:
space:
mode:
authoranlan_cs <anlan_cs@tom.com>2024-05-16 16:44:45 +0800
committeranlan_cs <anlan_cs@tom.com>2024-05-16 23:30:41 +0800
commit05ad3ccb034c174d2e853e88b826ca0db1e77f45 (patch)
treea319bdd6124be2a4195af21568b8376c01f83765 /tests/topotests/ospfv3_basic_functionality/test_ospfv3_authentication.py
parentdb1e2a094d3a24b5bbf515c1d5b61ba48d85a43a (diff)
zebra: fix mpls command
Configured with "mpls label bind 1.1.1.1/32 explicit-null", the running configuration is: ``` ! mpls label bind 1.1.1.1/32 IPv4 Explicit Null ! ``` After this commit, the running configuration is: ``` ! mpls label bind 1.1.1.1/32 explicit-null ! ``` And add the support for the "no" form: ``` anlan(config)# mpls label bind 1.1.1.1/32 explicit-null anlan(config)# no mpls label bind 1.1.1.1/32 explicit-null ``` Signed-off-by: anlan_cs <anlan_cs@tom.com>
Diffstat (limited to 'tests/topotests/ospfv3_basic_functionality/test_ospfv3_authentication.py')
0 files changed, 0 insertions, 0 deletions