From a34b09349e809a6d8f696fb0897c0bfdc3b66159 Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Mon, 31 May 2010 11:35:29 +0200 Subject: Disable BGP protocol when cannot open listening socket. --- proto/bgp/bgp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'proto/bgp/bgp.h') diff --git a/proto/bgp/bgp.h b/proto/bgp/bgp.h index 39a87a6..c81fe62 100644 --- a/proto/bgp/bgp.h +++ b/proto/bgp/bgp.h @@ -275,6 +275,7 @@ void bgp_log_error(struct bgp_proto *p, u8 class, char *msg, unsigned code, unsi #define BEM_NEIGHBOR_LOST 1 #define BEM_INVALID_NEXT_HOP 2 #define BEM_INVALID_MD5 3 /* MD5 authentication kernel request failed (possibly not supported) */ +#define BEM_NO_SOCKET 4 /* Automatic shutdown error codes */ -- cgit v1.2.3