You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deletion of the config looks for oper state and wouldn't clean up the intermediate state when netplugin is not up.
examples# netdcli -cfg one_host_multiple_nets.json
2015/04/09 03:08:59 updating the global config to new state &{{0xc208038030 } 0.01 tenant-one {11.1.0.0 16 24 11-28 } {vlan}}
Later take out the configuration using:
examples# netdcli -cfg none.json
2015/04/09 03:09:07 error getting host id from hostIp Subnet /0 err 'subnet length 0 not supported
'
2015/04/09 03:09:07 error 'subnet length 0 not supported
' deleting epid host1-native-intf
2015/04/09 03:09:08 network not configured
2015/04/09 03:09:08 error '100: Key not found (/contiv/master/config/nets/infra) [212771]' deleting net infra
2015/04/09 03:09:09 freeing subnet 11.1.0.0/%!s(uint=24)
2015/04/09 03:09:09 freeing subnet 11.1.1.0/%!s(uint=24)
One could see that all config state and some oper state still remains intact, which should have gone away:
Deletion of the config looks for oper state and wouldn't clean up the intermediate state when netplugin is not up.
Later take out the configuration using:
One could see that all config state and some oper state still remains intact, which should have gone away:
The text was updated successfully, but these errors were encountered: