chiark / gitweb /
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 aa259950758620499c0a702d1b892e55bcd7396c..fbf85db56b481d5791250d0739fdd3f9e81c8046 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 abbda21c4afcaf5d2bdcade49798fd75f345d196..273849a141d1cd3280b5639b71a4a17596a17726 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;
     }