diff options
author | Donald Sharp <donaldsharp72@gmail.com> | 2022-10-13 19:47:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-13 19:47:04 +0200 |
commit | e3e3d729c42505910e0b396899bfd50e2d7b2404 (patch) | |
tree | fa49a9c2839a88ef7ec339b76e0fe99913c818c9 /bgpd/bgp_vty.c | |
parent | Merge pull request #12115 from donaldsharp/ospf_unnumbered_showdown (diff) | |
parent | python: use ujson if available (diff) | |
download | frr-e3e3d729c42505910e0b396899bfd50e2d7b2404.tar.xz frr-e3e3d729c42505910e0b396899bfd50e2d7b2404.zip |
Merge pull request #12066 from opensourcerouting/cleanup-cli-xref
*: clean up various CLI-related bits
Diffstat (limited to 'bgpd/bgp_vty.c')
-rw-r--r-- | bgpd/bgp_vty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_vty.c b/bgpd/bgp_vty.c index b85f3707b..e574ae780 100644 --- a/bgpd/bgp_vty.c +++ b/bgpd/bgp_vty.c @@ -5816,7 +5816,7 @@ ALIAS_HIDDEN(neighbor_remove_private_as_all, "neighbor <A.B.C.D|X:X::X:X|WORD> remove-private-AS all", NEIGHBOR_STR NEIGHBOR_ADDR_STR2 "Remove private ASNs in outbound updates\n" - "Apply to all AS numbers") + "Apply to all AS numbers\n") DEFUN (neighbor_remove_private_as_replace_as, neighbor_remove_private_as_replace_as_cmd, |