]> git.puffer.fish Git - mirror/frr.git/commit
isisd: consider link local ipv4 addresses as valid 13199/head
authorPhilippe Guibert <philippe.guibert@6wind.com>
Mon, 3 Apr 2023 16:06:48 +0000 (18:06 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 4 Apr 2023 07:06:37 +0000 (09:06 +0200)
commit9f04ffe8d61bb09d0a52a901612c6fad4a19978c
treee06f35c40d391a7ed9ea0f3f9dfc377181924c41
parentc810c690452fc56f4c1b74ad7d0596074a917bbd
isisd: consider link local ipv4 addresses as valid

It is not possible to create an adjacency by using interface
addresses within the `169.254.0.0/24` pool.

When forging the IIH messages, the interface addresses from
that pool are not appended:

> Neither IPv4 nor IPv6 considered usable. Ignoring IIH

Using this network pool is possible on other IS-IS
implementations. Let us authorize to use such network
addresses.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
isisd/isis_circuit.c