lilchancep / att-pfsense-ipv6

Multiple IPv6 Prefix Delegation over AT&T Residential Gateway for pfSense
70 stars 11 forks source link

Add ULA prefixes #12

Open bvarick opened 10 months ago

bvarick commented 10 months ago

This has been working great for me. I'd love to hand out ULA prefixes as well as the GUA ones this script does. Any idea how to do that? I've tried adding as second prefix line to the id-assoc stanzas:

id-assoc pd 1 { # LAN network
   prefix-interface igb0 {
      sla-id 0;
      sla-len 0;
   };
   prefix fdxx::/64 infinity;
};

but it doesn't work