[quagga-dev: please keep the Cc list when replying] On Fri, Mar 13, 2009 at 08:53:23AM +0100, Christian Hammers wrote: >> I have a pretty simple OSPF setup, but I want to have two separate areas. >> Thus I run: >> >> moccamaster# conf t >> moccamaster(config)# router ospf6 >> moccamaster(config-ospf6)# area 255.1.1.1 filter-list prefix samfundet in >> Warning: closing connection to ospf6d because of an I/O error! >> >> At this point, ospf6d simply dies (but does not appear to segfault). It >> doesn't >> actually matter if the prefix-list "samfundet" exists or not. For the >> reference, > Please discuss that issue to the quagga-users mailing list or file a bug on > bugzilla.quagga.com. Maybe they come up with a patch that I can use for the > Debian packages.
I guess this tidbit from ospf6_area.c explains why it doesn't work: OSPF6_CMD_AREA_GET (argv[0], area); argc--; argv++; plist = prefix_list_lookup (AFI_IP6, argv[1]); if (strncmp (argv[2], "in", 2) == 0) If it really wants to consume arguments by doing argc--;argv++;, I guess it should also use argv[0] and argv[1] below. /* Steinar */ -- Homepage: http://www.sesse.net/ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org