X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/6c5889e68832bfd96fdd1de7e6df4309e7017372..90666d10eb34f2a9b3cab1f5ed48befb82fb9f22:/polypath.c diff --git a/polypath.c b/polypath.c index abbda21..273849a 100644 --- a/polypath.c +++ b/polypath.c @@ -225,6 +225,7 @@ static void polypath_process_monitor_line(struct polypath *st, char *orgl, DONT("IPv6 address is " m) DONTMASK( 100, 0, 8, "Discard-Only (RFC6666)"); DONTMASK(2001, 0, 23, "in IETF protocol block (RFC2928)"); + DONTMASK(fc00, 0, 7, "Uniqe Local unicast (RFC4193)"); #undef DONTMASK break; }