yellowman/nsh

carp interface config not loading from startup-config to running-config on boot up

smytht opened this issue · 2 comments

carp interface config not loading from start-up-config to running-config on boot up

the commands run fine interactively and the start-up configuration file is saved ok but the configuration is not loaded on boot
OpenBSD 7.5 Stable and nsh1.2.1

carp0 interface config is not loading from startupconfig

interface carp0
group carp
carpdev vio0
vhid 254
advskew 100
priority 15
inet 172.31.255.254/24

the commands take ok at run time ...
but start-up is not loading the config into running config

and a showdiff-confg shows that the running configuration has the
carp interface config removed
-!
-interface carp0

it looks like aggr is affected by this issue too ... looking at the c code it looks the startup order of the interfaces are wrong ...
Thanks

Closing this issue ... may have been a faulty installation apologies