diff options
author | paulo <paul@bayleaf.org.uk> | 2010-01-27 11:40:13 +0000 |
---|---|---|
committer | paulo <paul@bayleaf.org.uk> | 2010-01-27 11:40:13 +0000 |
commit | 6503ce4cef43d8fe4da510fe9c55911c4af296e9 (patch) | |
tree | 39776a6f5c1ee6046aafc0072f92c923840fb9ca /tests/bgp_capability_test.c | |
parent | ffb52b1a705814c52d2d1b41c7058897f11b5aa3 (diff) | |
download | quagga-6503ce4cef43d8fe4da510fe9c55911c4af296e9.tar.bz2 quagga-6503ce4cef43d8fe4da510fe9c55911c4af296e9.tar.xz |
Fixed program shutdown. Added peering engine side of TTL changing.
Changed names of peer states. Writed in peering engine side of sending
route_refresh.
Diffstat (limited to 'tests/bgp_capability_test.c')
-rw-r--r-- | tests/bgp_capability_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bgp_capability_test.c b/tests/bgp_capability_test.c index 78142009..8f265870 100644 --- a/tests/bgp_capability_test.c +++ b/tests/bgp_capability_test.c @@ -664,7 +664,7 @@ main (void) parse_test (peer, &opt_params[i++], OPT_PARAM); SET_FLAG (peer->cap, PEER_CAP_DYNAMIC_ADV); - peer->status = Established; + peer->state = bgp_peer_sEstablished; i = 0; while (dynamic_cap_msgs[i].name) |