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:
parent
0749dcacb2
commit
fcc445bb72
6 changed files with 140 additions and 23 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue