https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259644
--- Comment #5 from punkt.de Hosting Team <[email protected]> --- OK, so what does work is: /etc/rc.local ------- #! /bin/sh /sbin/ifconfig vxlan0 create /sbin/ifconfig vxlan0 vxlanid 42 vxlanlocal 192.168.5.102 vxlangroup 224.0.2.6 /sbin/ifconfig vxlan0 inet6 fd37:dedf:2418::2/64 auto_linklocal ------- Works perfectly well. So there are really two problems. A fundamental one for which you created this pr - the overlay network is not notified if the underlying interfaces comes or goes. But also we have a problem in our tooling, aka rc - even static configurations do not come up for some reason. I guess the network rc scripts do things in a different order than my quickly whipped up rc.local. Shall I create a new pr for the latter? Kind regards, Patrick -- You are receiving this mail because: You are the assignee for the bug.
