diff options
Diffstat (limited to 'tests')
-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) |