2.1-BETA0 (i386)
built on Wed Jun 6 09:15:08 EDT 2012
FreeBSD 8.3-RELEASE-p2

: cat /var/etc/radvd.conf
# Automatically Generated, do not edit
# Generated for DHCPv6 Server lan
interface  {
        AdvSendAdvert on;
        MinRtrAdvInterval 3;
        MaxRtrAdvInterval 10;
        AdvLinkMTU 1280;
        AdvDefaultPreference medium;
        prefix $subnet {
                AdvOnLink on;
                AdvAutonomous on;
                AdvRouterAddr on;
        };
        RDNSS $dnsservers { };
        DNSSL localdomain { };
};

Note that there's no interface specified.  Editing the file to say em1 fixes 
the issue but changes are wiped out when the new config is generated.  I 
temporarily worked around the issue by changing line 115 of 
/etc/inc/services.inc to read:
115                 $radvdconf .= "interface em1 {\n";

But obviously that's a bad hack.  It appears the interface enumeration code may 
have some issues.  Not sure how to report code issues, so... here!  :)

Nathan Eisenberg

_______________________________________________
List mailing list
[email protected]
http://lists.pfsense.org/mailman/listinfo/list

Reply via email to