diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2009-12-14 23:31:25 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2009-12-14 23:31:25 +0100 |
commit | 43c1ceccb9caf8c4f63f191346c2f33889b4ad22 (patch) | |
tree | 4f32ef3db1e6c249dd630f4822dfdaf2fc30d5d2 /proto/bgp/bgp.h | |
parent | 13a7395704deeeff2d86910d8bcf9a6f32a7b207 (diff) |
Remove bgp_as4_support variable.
Diffstat (limited to 'proto/bgp/bgp.h')
-rw-r--r-- | proto/bgp/bgp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/proto/bgp/bgp.h b/proto/bgp/bgp.h index 59ec9c16..7cbd6557 100644 --- a/proto/bgp/bgp.h +++ b/proto/bgp/bgp.h @@ -132,8 +132,6 @@ struct bgp_bucket { extern struct linpool *bgp_linpool; -extern int bgp_as4_support; - void bgp_start_timer(struct timer *t, int value); void bgp_check(struct bgp_config *c); |