diff options
| author | anlan_cs <anlan_cs@tom.com> | 2024-05-16 16:44:45 +0800 |
|---|---|---|
| committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-05-18 13:13:09 +0000 |
| commit | 0f9fdde1b5dc69c1bf69ffa5b3bd64c7f664e88f (patch) | |
| tree | 142fd8273d24824a10a8c5585721e08760bb9769 /tests/topotests/example-test/test_example.py | |
| parent | a784c34ed801bb1bbebe2165eb6a896a8e95823c (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>
(cherry picked from commit 05ad3ccb034c174d2e853e88b826ca0db1e77f45)
Diffstat (limited to 'tests/topotests/example-test/test_example.py')
0 files changed, 0 insertions, 0 deletions
