projects
/
l2tpns.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix sign problem with reporting of unknown RADIUS VSAs
[l2tpns.git]
/
bgp.c
diff --git
a/bgp.c
b/bgp.c
index
a318d96
..
6a868fa
100644
(file)
--- a/
bgp.c
+++ b/
bgp.c
@@
-10,7
+10,7
@@
* nor RFC2385 (which requires a kernel patch on 2.4 kernels).
*/
* nor RFC2385 (which requires a kernel patch on 2.4 kernels).
*/
-char const *cvs_id_bgp = "$Id: bgp.c,v 1.1
1 2005/07/31 10:04:09
bodea Exp $";
+char const *cvs_id_bgp = "$Id: bgp.c,v 1.1
2 2005/09/02 23:39:36
bodea Exp $";
#include <stdlib.h>
#include <unistd.h>
#include <stdlib.h>
#include <unistd.h>
@@
-996,7
+996,7
@@
static int bgp_handle_input(struct bgp_peer *peer)
if (notification->error_code == BGP_ERR_CEASE)
{
LOG(4, 0, 0, "BGP peer %s sent CEASE\n", peer->name);
if (notification->error_code == BGP_ERR_CEASE)
{
LOG(4, 0, 0, "BGP peer %s sent CEASE\n", peer->name);
- bgp_
hal
t(peer);
+ bgp_
restar
t(peer);
return 0;
}
return 0;
}