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:10 +0000 |
| commit | b3455922fea047d98d5ee3fea77a94a4a5ca2470 (patch) | |
| tree | 863c1eac2058a1e36bb35629d599363344a76ec0 /pimd/pim_errors.c | |
| parent | dfa1fc7baae375accb4560467a6b262e0504b876 (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 'pimd/pim_errors.c')
0 files changed, 0 insertions, 0 deletions
