]> git.proxmox.com Git - pve-network.git/commit - PVE/Network/Network/VnetPlugin.pm
add vnet api
authorAlexandre Derumier <aderumier@odiso.com>
Tue, 2 Apr 2019 22:19:09 +0000 (00:19 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 3 Apr 2019 04:20:23 +0000 (06:20 +0200)
commite7939454a0b0c98c25616f7cb34e391c8c166aad
treec167a4b810a1e0a052067658f240033dc5121e05
parenteec580bf184b140ed46ebd2b53e6b09899739aa1
add vnet api

also for now, use classic sectionconfig format

vnet: vnet1
        ipv4 10.0.0.1
        ipv6 2a03:2880:f003:c07:face:b00c::2
        mtu 1500
        tag 2

vnet: vnet2
        ipv6 2a03:2880:f003:c07:face:b00c::2
        name network2
        tag 3
        transportzone vlanzone1
PVE/API2/Network/Makefile
PVE/API2/Network/Vnet.pm [new file with mode: 0644]
PVE/Network/Makefile
PVE/Network/Vnet.pm
PVE/Network/Vnet/Makefile [new file with mode: 0644]
PVE/Network/Vnet/Plugin.pm [new file with mode: 0644]