fixed issues in zebra config service, updated config services to start and validate different modes appropriately, added service dependency startup for config services

This commit is contained in:
Blake Harnden 2020-01-23 13:22:47 -08:00
parent 0749dcacb2
commit fcc445bb72
6 changed files with 140 additions and 23 deletions

View file

@ -1,4 +1,4 @@
% for ifc, ip4s, ip6s in interfaces:
% for ifc, ip4s, ip6s, is_control in interfaces:
interface ${ifc.name}
% if want_ip4:
% for addr in ip4s:
@ -19,5 +19,5 @@ interface ${ifc.name}
% endfor
% for service in services:
${service.quagga_config()}
${service.quagga_config()}
% endfor