mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-03-12 01:18:46 +00:00
There are three common ways how to encode IPv6 link-local-only next hops: (:: ll), (ll), and (ll ll). We use the first one but we should accept all three. The patch fixes handling of the last one. Thanks to Sebastian Hahn for the bugreport.