X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/537ff1ad3e8786a6c1750b94f9147ea2533952b3..b073e347cce9f17f137cbd961a36c75b30a22148:/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; }