Re: [PATCH v2] babel: Implement IPv6 prefix compression on outgoing updates

2017-06-09 Thread Ondrej Zajicek
On Tue, Jun 06, 2017 at 02:52:15PM +0200, Toke Høiland-Jørgensen wrote: > 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. Thanks, merged. > +static inline

[PATCH v2] babel: Implement IPv6 prefix compression on outgoing updates

2017-06-06 Thread Toke Høiland-Jørgensen
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 co