vnctl does not support adding/removing static_address rules
Closed this issue · 2 comments
Metallion commented
Split from #424.
The web api has routes for adding and removing static address translations https://github.com/axsh/openvnet/blob/develop/vnet/lib/vnet/endpoints/1.0/translations.rb#L49-L97.
These have not been implemented in vnctl yet. They should be. https://github.com/axsh/openvnet/blob/develop/client/vnctl/lib/vnctl/cli/translation.rb#L18
Metallion commented
The filter2manager feature has implemented something similar which will be re-usable for this. I'll get that merged asap so we can reuse it here.