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/config.Y | |
parent | 13a7395704deeeff2d86910d8bcf9a6f32a7b207 (diff) |
Remove bgp_as4_support variable.
Diffstat (limited to 'proto/bgp/config.Y')
-rw-r--r-- | proto/bgp/config.Y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/bgp/config.Y b/proto/bgp/config.Y index 3c73d60e..a469b4d7 100644 --- a/proto/bgp/config.Y +++ b/proto/bgp/config.Y @@ -41,7 +41,7 @@ bgp_proto_start: proto_start BGP { BGP_CFG->error_delay_time_min = 60; BGP_CFG->error_delay_time_max = 300; BGP_CFG->enable_refresh = 1; - BGP_CFG->enable_as4 = bgp_as4_support; + BGP_CFG->enable_as4 = 1; BGP_CFG->capabilities = 2; BGP_CFG->advertise_ipv4 = 1; } |