diff options
Diffstat (limited to 'net/bird/files/patch-bgp-packet.c')
-rw-r--r-- | net/bird/files/patch-bgp-packet.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/bird/files/patch-bgp-packet.c b/net/bird/files/patch-bgp-packet.c deleted file mode 100644 index a5035181f045..000000000000 --- a/net/bird/files/patch-bgp-packet.c +++ /dev/null @@ -1,11 +0,0 @@ ---- proto/bgp/packets.c -+++ proto/bgp/packets.c -@@ -862,7 +862,7 @@ bgp_do_rx_update(struct bgp_conn *conn, - if (conn->state != BS_ESTABLISHED) /* fatal error during decoding */ - return; - -- if (a0 && bgp_set_next_hop(p, a0)) -+ if (a0 && nlri_len && bgp_set_next_hop(p, a0)) - a = rta_lookup(a0); - - while (nlri_len) |