@dch how do you tie that to be triggered when you get a new v6 address? Maybe it'll become clear once I find the docs.
@AFresh1 @dch Just brainstorming, but maybe ifstated(8), fire a script after link state goes "up" with a short sleep?
@brycec @dch I don't think the link ever goes down on that machine, just rad starts advertising a new block, slaacd sees that and grabs an address. It doesn't appear there's any event I can hook when that happens unless I start watching the routing socket for messages. It seems like "get an IP, update DNS" would be a normal thing to do and I was wondering what that normal thing was.