polypath: Ignore IPv6 Unique Local unicast addresses.
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 26 Oct 2014 18:26:54 +0000 (18:26 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 26 Oct 2014 18:26:54 +0000 (18:26 +0000)
debian/changelog
polypath.c

index aa25995..fbf85db 100644 (file)
@@ -1,3 +1,9 @@
+secnet (0.4.0~beta2~) unstable; urgency=low
+
+  * polypath: Ignore IPv6 Unique Local unicast addresses.
+
+ --
+
 secnet (0.4.0~beta1) unstable; urgency=low
 
   New features:
index abbda21..273849a 100644 (file)
@@ -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;
     }