commit | 91d799e8cdd24ad3c195ed9d11882aacc91cc2ea | [log] [tgz] |
---|---|---|
author | David Lamparter <equinox@opensourcerouting.org> | Tue Nov 27 01:10:24 2012 +0000 |
committer | David Lamparter <equinox@opensourcerouting.org> | Wed Dec 12 15:38:07 2012 +0100 |
tree | 935c32631fdb828d4ef624d081953f212a792912 | |
parent | 0be793e674c8b076f0e8bf327257f15803480f49 [diff] |
isisd: do not add >63 IP addresses to hello RFC1195 s4.2 "Multiple IP Addresses per Interface" explicitly forbids us from adding multiple tuples of IP addresses, putting a hard cutoff at 63 IP addresses. * isisd/isis_tlv.c: cut off (and return success) at 63 addrs. Signed-off-by: David Lamparter <equinox@opensourcerouting.org> Tested-by: Martin Winter <mwinter@opensourcerouting.org>