Skip to content

Commit

Permalink
Merge pull request FRRouting#17582 from pguibert6WIND/no_neighbor_asd…
Browse files Browse the repository at this point in the history
…ot_fix

bgpd: fix unconfigure asdot neighbor
  • Loading branch information
ton31337 authored Dec 5, 2024
2 parents e814b00 + 12a9ca4 commit 34485ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bgpd/bgp_vty.c
Original file line number Diff line number Diff line change
Expand Up @@ -5228,7 +5228,7 @@ DEFUN (neighbor_peer_group,

DEFUN (no_neighbor,
no_neighbor_cmd,
"no neighbor <WORD|<A.B.C.D|X:X::X:X> [remote-as <(1-4294967295)|internal|external|auto>]>",
"no neighbor <WORD|<A.B.C.D|X:X::X:X> [remote-as <ASNUM|internal|external|auto>]>",
NO_STR
NEIGHBOR_STR
NEIGHBOR_ADDR_STR2
Expand Down Expand Up @@ -5307,7 +5307,7 @@ DEFUN (no_neighbor,

DEFUN (no_neighbor_interface_config,
no_neighbor_interface_config_cmd,
"no neighbor WORD interface [v6only] [peer-group PGNAME] [remote-as <(1-4294967295)|internal|external|auto>]",
"no neighbor WORD interface [v6only] [peer-group PGNAME] [remote-as <ASNUM|internal|external|auto>]",
NO_STR
NEIGHBOR_STR
"Interface name\n"
Expand Down

0 comments on commit 34485ee

Please sign in to comment.