yellowman / nsh

OpenBSD networking configuration shell
http://www.nmedia.net/nsh/
Other
177 stars 27 forks source link

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

Closed smytht closed 2 months ago

smytht commented 3 months ago

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

smytht commented 3 months ago

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

smytht commented 2 months ago

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