options dns.update.enable set to secure and the content of
/etc/rc,
ifconfig vif1-281 `hostname`-vif1-281 netmask 255.255.255.0 broadcast 10.139.81.255 partner vif1-281 up
I would like add an alias on this interface by PS without this ip will register in dns.
PS>Set-NaNetInterface -InterfaceName vif1-281 -Alias 10.11.11.11 -NoDdns
Active configuration works fine
ifconfig vif1-281
vif1-281: flags=0xa4c863<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 10.139.81.13 netmask 0xffffff00 broadcast 10.139.81.255
inet 10.11.11.11 netmask 0xff000000 broadcast 10.255.255.255 noddns
partner vif1-281 (not in use)
But RC configuration is not created with no_ddns flag
/etc/rc
ifconfig vif1-281 alias 10.11.11.11 netmask 255.0.0.0 broadcast 10.255.255.255 up