On Sun, 2022-11-13 at 19:49 +0000, Darac Marjal wrote: > > On 13/11/2022 16:07, hw wrote: > > Hi, > > > > the subject says it ... I have an interface that is being configured with > > IPv4 > > and IPv6 addresses via dhcp. I need to assign an additional IPv6 address to > > the > > interface. > > > [...] > > How do I additionally assign fd53::40/16? > > > Probably the easiest option is "post-up ip addr add fd53::40/16 dev > $IFACE" and "pre-down ip addr del fd53::40/16 dev $IFACE".
Thanks a lot, that works :)