diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2024-01-19 11:53:46 +0200 | 
|---|---|---|
| committer | Igor Ryzhov <iryzhov@nfware.com> | 2024-01-28 23:28:39 +0200 | 
| commit | 7fc02c462cf16877440755c00bce931f9f2a6eb5 (patch) | |
| tree | 6ba50d8331e4ed3ae929a4a0f3a4acc9b4e1cee8 /zebra/interface.c | |
| parent | fa500fd8ecbe313cfa94a1be6e371c6a11838653 (diff) | |
zebra: mark interface mpls command as yang
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'zebra/interface.c')
| -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 31bb06ed1c..06ba9488c0 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  | 
