Commit 40fe8909 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Don't set flag 0x40 in wildcard retractions.

parent 3d5f0c7c
......@@ -1580,7 +1580,7 @@ send_wildcard_retraction(struct interface *ifp)
start_message(ifp, MESSAGE_UPDATE, 10);
accumulate_byte(ifp, 0);
accumulate_byte(ifp, 0x40);
accumulate_byte(ifp, 0);
accumulate_byte(ifp, 0);
accumulate_byte(ifp, 0);
accumulate_short(ifp, 0xFFFF);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment