diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2010-08-04 15:27:11 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2010-08-04 15:27:11 +0200 |
commit | 265d06dcbc138c7373ec7b341fcd628eb87e4c4b (patch) | |
tree | e099e647eb5714a24f17622c0ed539cb46bb2cb0 /proto/bgp | |
parent | 373d3dbe8dfbce21af72618c0f912dd0e23a6f3c (diff) | |
download | bird-265d06dcbc138c7373ec7b341fcd628eb87e4c4b.tar bird-265d06dcbc138c7373ec7b341fcd628eb87e4c4b.zip |
Fixes IPv6 build.
Diffstat (limited to 'proto/bgp')
-rw-r--r-- | proto/bgp/packets.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/bgp/packets.c b/proto/bgp/packets.c index 29d23b9..bf98640 100644 --- a/proto/bgp/packets.c +++ b/proto/bgp/packets.c @@ -962,7 +962,7 @@ bgp_do_rx_update(struct bgp_conn *conn, len -= *x + 2; x += *x + 2; - if (bgp_get_nexthop(p, a0)) + if (bgp_set_next_hop(p, a0)) { a = rta_lookup(a0); while (len) |