Make it able to delete addresses that are no longer in the netns config. Also make it read one netns-base.json for hardware config which is managed by puppet but also make it look for netns-sunet-cdn-agent.json which is not created by puppet. This file will be generated by sunet-cdn-agent and will include the configuration for dummy0.
20 lines
301 B
Text
20 lines
301 B
Text
{
|
|
"l4lb": {
|
|
"enp129s0f1np1": {
|
|
"ipv4": [
|
|
"130.242.64.233/31"
|
|
],
|
|
"ipv6": [
|
|
"2001:6b0:2006:74::1/127"
|
|
]
|
|
},
|
|
"enp129s0f0np0": {
|
|
"ipv4": [
|
|
"130.242.64.235/31"
|
|
],
|
|
"ipv6": [
|
|
"2001:6b0:2006:75::1/127"
|
|
]
|
|
}
|
|
}
|
|
}
|