Should I take my performance issue to another topic?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
root@home-fw:~ # opnsense-update -bkr 19.1-netmap
Fetching base-19.1-netmap-amd64.txz: .. failed, no signature found
root@home-fw:~ # uname -a
FreeBSD home-fw.lerctr.org 11.2-RELEASE-p9-HBSD FreeBSD 11.2-RELEASE-p9-HBSD f083bc4f8a0(stable/19.1) amd64
root@home-fw:~ #
[code]
Is this now broken?
interface ngeth0 {
send ia-pd 0; # request prefix delegation
request domain-name-servers;
request domain-name;
script "/var/etc/dhcp6c_opt3_script.sh"; # we'd like some nameservers please
};
id-assoc pd 0 {
prefix ::/60 infinity;
prefix-interface em0 {
sla-id 0;
sla-len 4;
};
prefix-interface em1 {
sla-id 1;
sla-len 4;
};
prefix-interface em0.100 {
sla-id 2;
sla-len 4;
};
};