diff options
Diffstat (limited to 'bgpd/bgp_vty.c')
-rw-r--r-- | bgpd/bgp_vty.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bgpd/bgp_vty.c b/bgpd/bgp_vty.c index d99638b2..222e4485 100644 --- a/bgpd/bgp_vty.c +++ b/bgpd/bgp_vty.c @@ -219,6 +219,9 @@ bgp_vty_return (struct vty *vty, int ret) case BGP_ERR_TCPSIG_FAILED: str = "Error while applying TCP-Sig to session(s)"; break; + case BGP_ERR_PEER_EXISTS: + str = "Cannot have the same neighbor in different bgp views"; + break; } if (str) { |