diff options
author | Igor Ryzhov <iryzhov@nfware.com> | 2024-01-19 10:53:46 +0100 |
---|---|---|
committer | Igor Ryzhov <iryzhov@nfware.com> | 2024-01-28 22:28:39 +0100 |
commit | 7fc02c462cf16877440755c00bce931f9f2a6eb5 (patch) | |
tree | 6ba50d8331e4ed3ae929a4a0f3a4acc9b4e1cee8 | |
parent | zebra: convert interface ip/ipv6 address commands to NB (diff) | |
download | frr-7fc02c462cf16877440755c00bce931f9f2a6eb5.tar.xz frr-7fc02c462cf16877440755c00bce931f9f2a6eb5.zip |
zebra: mark interface mpls command as yang
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to '')
-rw-r--r-- | zebra/interface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/interface.c b/zebra/interface.c index 31bb06ed1..06ba9488c 100644 --- a/zebra/interface.c +++ b/zebra/interface.c @@ -3730,7 +3730,7 @@ DEFUN_HIDDEN (multicast, return nb_cli_apply_changes(vty, NULL); } -DEFPY (mpls, +DEFPY_YANG (mpls, mpls_cmd, "[no] mpls <enable$on|disable$off>", NO_STR |