Hi,I was away with the family for a couple of days. I got your mail to be processed when I have crawled through all open mails and forum posts from the last week. So with 22.1.2(_1) I prepared a backport for 22.1.3 and tested it a few times:https://github.com/opnsense/core/commit/429b60c26That should be the gist of your issue taken care of and you can easily try it out after upgrading to the 22.1.2 release (not development) and issuing:# opnsense-patch 429b60c26If you think that works we will go ahead and include it in 22.1.3 and the bonus is the unbound changes are not in 22.1.x yet so it keep working until we fix that one in another feature update or maybe 22.7 itself. Not sure yet.Cheers,Franco
tcpdump -n -i sfxge0_vlan100 icmp6 and 'ip6[40] = 134'
root@edge01:/var/log/routing # ps aux | grep radvdroot 7566 0.0 0.0 12724 2332 - Ss 22:13 0:00.03 /usr/local/sbin/radvd -p /var/run/radvd.pid -C /var/etc/radvd.conf -m syslog
<28>1 2022-03-21T22:27:21-05:00 edge01.mydomain.net radvd 87550 - [meta sequenceId="441"] exiting, 1 sigterm(s) received<30>1 2022-03-21T22:27:21-05:00 edge01.mydomain.net radvd 87550 - [meta sequenceId="442"] sending stop adverts<30>1 2022-03-21T22:27:21-05:00 edge01.mydomain.net radvd 87550 - [meta sequenceId="443"] removing /var/run/radvd.pid<30>1 2022-03-21T22:27:21-05:00 edge01.mydomain.net radvd 87550 - [meta sequenceId="444"] returning from radvd main<30>1 2022-03-21T22:27:21-05:00 edge01.mydomain.net radvd 28834 - [meta sequenceId="445"] version 2.19 started<27>1 2022-03-21T22:27:24-05:00 edge01.mydomain.net rtsold 76016 - [meta sequenceId="446"] <call_script> write to child failed: Broken pipe
opnsense-patch 429b60c26
interface sfxge0_vlan100 { AdvSendAdvert on; MinRtrAdvInterval 200; MaxRtrAdvInterval 600; AdvLinkMTU 1500; AdvDefaultPreference medium; AdvManagedFlag on; AdvOtherConfigFlag on; prefix xxxx:yyy:zzzz:a0::/64 { DeprecatePrefix off; AdvOnLink on; AdvAutonomous on; }; prefix fd4a:ea50:349f:a0::/64 { DeprecatePrefix off; AdvOnLink on; AdvAutonomous on; }; RDNSS xxxx:yyy:zzzz:a93c::53 { }; DNSSL mydomain.net { };};# Generated for DHCPv6 server opt2Note: Replaced some real ips with xxxx:yyy:zzzz and mydomain.net to replace my real domain.If something doesn't stick out on this, I can see exactly when my config disspears between 21.7.8 and 22.1.4 by pulling the config after upgrading to each version.Let me know if you want me to do that.5SF
# Skipping addressless interface lan