bird/proto/babel
Ondrej Zajicek (work) b3c6273efa Babel: Implement IPv6 prefix compression on outgoing updates
Previously, the Babel protocol would never use prefix compression on outgoing
updates (but would parse it on incoming ones). This adds compression of IPv6
addresses of outgoing updates.

The compression only works to the extent that the FIB is walked in lexicographic
order; i.e. a prefix is only compressed if it shares bytes with the previous
prefix in the same packet.

Thanks to Toke Høiland-Jørgensen <toke@toke.dk> for the patch.
2017-06-09 13:00:20 +02:00
..
babel.c Babel: Add support for dual-stack IPv4/IPv6 operation 2017-06-08 12:18:16 +02:00
babel.h Babel: Add support for dual-stack IPv4/IPv6 operation 2017-06-08 12:18:16 +02:00
config.Y Babel: Add support for dual-stack IPv4/IPv6 operation 2017-06-08 12:18:16 +02:00
Doc Prog Doc: Complete several missing parameters 2016-05-12 15:49:44 +02:00
Makefile Minor cleanups 2016-12-13 20:18:11 +01:00
packets.c Babel: Implement IPv6 prefix compression on outgoing updates 2017-06-09 13:00:20 +02:00