diff options
| author | Alexandre Derumier <aderumier@odiso.com> | 2019-09-30 11:03:38 +0200 |
|---|---|---|
| committer | Thomas Lamprecht <t.lamprecht@proxmox.com> | 2019-10-17 19:25:49 +0200 |
| commit | 20e19696547f3e1e0690a980fb61d30cec0635cd (patch) | |
| tree | 2c2b6085ceae78761e62039493f29f9cf3359213 /PVE/API2/Network/SDN.pm | |
| parent | 0193ebe5e5a04bbfd98430c6f41cb31eb5774387 (diff) | |
add qinq plugin
move code from vlanplugin, add transport tag option
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
Diffstat (limited to 'PVE/API2/Network/SDN.pm')
| -rw-r--r-- | PVE/API2/Network/SDN.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PVE/API2/Network/SDN.pm b/PVE/API2/Network/SDN.pm index 8294cb8..36d293d 100644 --- a/PVE/API2/Network/SDN.pm +++ b/PVE/API2/Network/SDN.pm @@ -15,6 +15,7 @@ use PVE::Network::SDN::FaucetControllerPlugin; use PVE::Network::SDN::FaucetPlugin; use PVE::Network::SDN::EvpnControllerPlugin; use PVE::Network::SDN::EvpnPlugin; +use PVE::Network::SDN::QinQPlugin; use Storable qw(dclone); use PVE::JSONSchema qw(get_standard_option); |
