diff options
| author | Alexandre Derumier <aderumier@odiso.com> | 2019-09-30 11:03:35 +0200 |
|---|---|---|
| committer | Thomas Lamprecht <t.lamprecht@proxmox.com> | 2019-10-17 19:25:49 +0200 |
| commit | 63586d2f92e615fa82a7525e55f0ff838b12b98c (patch) | |
| tree | d21f50ed92356846a64f26f2e5fa6ae69f4ff2ed /PVE/API2/Network | |
| parent | ad03c5436809fc63c48d4a7969383f2a02a18fe2 (diff) | |
add evpnplugin (splitted from vxlanplugin)
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
Diffstat (limited to 'PVE/API2/Network')
| -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 e4ed5cc..cbd393e 100644 --- a/PVE/API2/Network/SDN.pm +++ b/PVE/API2/Network/SDN.pm @@ -14,6 +14,7 @@ use PVE::Network::SDN::VnetPlugin; use PVE::Network::SDN::FrrPlugin; use PVE::Network::SDN::OVSFaucetPlugin; use PVE::Network::SDN::FaucetPlugin; +use PVE::Network::SDN::EvpnPlugin; use Storable qw(dclone); use PVE::JSONSchema qw(get_standard_option); |
