[Kimchi-devel] [PATCH v2] [Kimchi 0/3] Adding passthrough forward mode to Macvtap

dhbarboza82 at gmail.com dhbarboza82 at gmail.com
Wed May 18 19:32:40 UTC 2016


From: Daniel Henrique Barboza <danielhb at linux.vnet.ibm.com>

v2:
- used interface now being displayed in UI and backend
- fixed an issue where the newly created network would
appear as 'passthrough' in the UI until a page refresh

This patch set adds a new forward mode called 'passthrough' to
the 'macvtap' network.

Docs, model, test and UI changes included.



Daniel Henrique Barboza (3):
  Adding 'passthrough' forward mode to Macvtap: doc changes
  Adding 'passthrough' forward mode to Macvtap: model and test changes
  Adding 'passthrough' forward mode to Macvtap: UI changes

 API.json                             |  6 ++++++
 docs/API.md                          |  1 +
 i18n.py                              |  1 +
 model/networks.py                    |  5 +++--
 tests/test_networkxml.py             | 14 ++++++++++++++
 ui/js/src/kimchi.network.js          |  1 +
 ui/js/src/kimchi.network_add_main.js | 12 ++++++++++--
 ui/pages/network-add.html.tmpl       |  3 ++-
 8 files changed, 38 insertions(+), 5 deletions(-)

-- 
2.5.5




More information about the Kimchi-devel mailing list