diff options
| author | Russ White <russ@riw.us> | 2018-06-19 07:29:13 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-19 07:29:13 -0400 |
| commit | fc89ac98463e7dea00e8ab8c35fa63523450d714 (patch) | |
| tree | f6df35e93a0980ed3f03f5256511934f4dc9c4c0 /zebra/zebra_vty.c | |
| parent | efd1d76673fd62247c0e28ee206eddd26829a951 (diff) | |
| parent | 99b4e972b59ef5ad1cef41541954faedfd7d7ab5 (diff) | |
Merge pull request #2470 from chiragshah6/mdev
zebra: Hide default vrf instance of l3vni cmd
Diffstat (limited to 'zebra/zebra_vty.c')
| -rw-r--r-- | zebra/zebra_vty.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zebra/zebra_vty.c b/zebra/zebra_vty.c index 9ce8c74220..55c4f6e916 100644 --- a/zebra/zebra_vty.c +++ b/zebra/zebra_vty.c @@ -2898,7 +2898,7 @@ DEFUN (show_vrf, return CMD_SUCCESS; } -DEFUN (default_vrf_vni_mapping, +DEFUN_HIDDEN (default_vrf_vni_mapping, default_vrf_vni_mapping_cmd, "vni " CMD_VNI_RANGE "[prefix-routes-only]", "VNI corresponding to the DEFAULT VRF\n" @@ -2928,7 +2928,7 @@ DEFUN (default_vrf_vni_mapping, return CMD_SUCCESS; } -DEFUN (no_default_vrf_vni_mapping, +DEFUN_HIDDEN (no_default_vrf_vni_mapping, no_default_vrf_vni_mapping_cmd, "no vni " CMD_VNI_RANGE, NO_STR |
