added config service manager to CoreEmu and made it possible to create a session and nodes with config services from a script

This commit is contained in:
Blake Harnden 2020-01-17 21:09:51 -08:00
parent 191a9e9909
commit dcc683dd38
8 changed files with 41 additions and 37 deletions

View file

@ -1,6 +1,5 @@
#!/bin/sh
# auto-generated by DefaultRoute service
# config: ${config}
% for address in addresses:
ip route add default via ${address}
% endfor