chiark
/
gitweb
/
~mdw
/
secnet
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
polypath: Ignore IPv6 Unique Local unicast addresses.
[secnet]
/
polypath.c
diff --git
a/polypath.c
b/polypath.c
index abbda21c4afcaf5d2bdcade49798fd75f345d196..273849a141d1cd3280b5639b71a4a17596a17726 100644
(file)
--- 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;
}