--- pmacct-contribs-orig/st1/quagga_gen_as_network.pl   2009-11-25
08:50:20.000000000 +0200
+++ pmacct-contribs/st1/quagga_gen_as_network.pl        2013-03-06
09:12:20.000000000 +0200
@@ -84,6 +84,10 @@
            print "skipping default route\n";
            next;
        }
+       if (substr($line, 3, 1) eq " ") {
+               print "Skipping alternative next hop\n";
+               next;
+       }
        my $path;
        # networks over 15 characters have the rest of the info
        # on the next line
_______________________________________________
pmacct-discussion mailing list
http://www.pmacct.net/#mailinglists

Reply via email to