Metallion
Metallion
### Problem MAC2MAC is our original protocol and is therefore not explained anywhere in detail. It would probably be a good idea to write an extensive guide as to how...
### Problem There was a troubleshooting guide left in the root directory from before we were maintaining a proper documentation site. I moved it to the docs folder in https://github.com/axsh/openvnet/pull/331...
Trema comes with a DSL to define a virtual networking environment and call trema in that context. It might be possible to emulate our integration test using this. If we...
This is related to issue https://github.com/axsh/openvnet/issues/28. ### Problem In https://github.com/axsh/openvnet/pull/299 we changed WebAPI and VNMGR to run as their own user. After a discussion with @akry, it was decided that...
This is related to issue https://github.com/axsh/openvnet/issues/28. ### Problem Currently VNA is always running as root. This is general bad practice and a security issue. Especially since VNA (like all vnet...
These are the results of a discussion with @rakshasa. # Problems #### Security groups are handled directly in filter_manager in core. Security groups are not core functionality. They are a...
Right now there is no way to recover if we update the database and the related events don't reach vna because of for example a network problem. We should have...
Hi guys I've added an upstart job and an uninstall option in the Makefile. The upstart job will automatically be set up with "make install". I hope these little additions...