From: Alexandre Derumier <aderumier@odiso.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [pve-network 0/4] updates
Date: Fri, 4 Jun 2021 13:24:56 +0200 [thread overview]
Message-ID: <20210604112500.2349926-1-aderumier@odiso.com> (raw)
This is a resend of previous sended patches
+ a new patch fixing subnets/ipam is_gateway value
Alexandre Derumier (4):
sdn: get_local_vnets : add ipam && vlanaware values
add vnets test + ipam fixes
vnets: subroutines: return if !$vnetid
subnets/ipam : fix is_gateway
PVE/Network/SDN.pm | 4 +-
PVE/Network/SDN/Ipams/NetboxPlugin.pm | 14 +-
PVE/Network/SDN/Ipams/PVEPlugin.pm | 17 +-
PVE/Network/SDN/Ipams/PhpIpamPlugin.pm | 18 +-
PVE/Network/SDN/SubnetPlugin.pm | 2 +-
PVE/Network/SDN/Subnets.pm | 4 +-
PVE/Network/SDN/Vnets.pm | 23 +-
test/ipams/netbox/expected.add_ip_notgateway | 9 +
test/ipams/phpipam/expected.add_ip_notgateway | 12 +
test/run_test_ipams.pl | 18 +-
test/run_test_subnets.pl | 24 +-
test/run_test_vnets.pl | 355 ++++++++++++++++++
test/vnets/ipv4/ipam.db | 17 +
test/vnets/ipv4/ipam_config | 7 +
test/vnets/ipv4/sdn_config | 26 ++
test/vnets/ipv4noipam/ipam.db | 17 +
test/vnets/ipv4noipam/ipam_config | 7 +
test/vnets/ipv4noipam/sdn_config | 26 ++
test/vnets/ipv6/ipam.db | 16 +
test/vnets/ipv6/ipam_config | 7 +
test/vnets/ipv6/sdn_config | 26 ++
21 files changed, 614 insertions(+), 35 deletions(-)
create mode 100644 test/ipams/netbox/expected.add_ip_notgateway
create mode 100644 test/ipams/phpipam/expected.add_ip_notgateway
create mode 100755 test/run_test_vnets.pl
create mode 100644 test/vnets/ipv4/ipam.db
create mode 100644 test/vnets/ipv4/ipam_config
create mode 100644 test/vnets/ipv4/sdn_config
create mode 100644 test/vnets/ipv4noipam/ipam.db
create mode 100644 test/vnets/ipv4noipam/ipam_config
create mode 100644 test/vnets/ipv4noipam/sdn_config
create mode 100644 test/vnets/ipv6/ipam.db
create mode 100644 test/vnets/ipv6/ipam_config
create mode 100644 test/vnets/ipv6/sdn_config
--
2.20.1
next reply other threads:[~2021-06-04 11:25 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-04 11:24 Alexandre Derumier [this message]
2021-06-04 11:24 ` [pve-devel] [pve-network 1/4] sdn: get_local_vnets : add ipam && vlanaware values Alexandre Derumier
2021-06-04 11:24 ` [pve-devel] [pve-network 2/4] add vnets test + ipam fixes Alexandre Derumier
2021-06-04 11:24 ` [pve-devel] [pve-network 3/4] vnets: subroutines: return if !$vnetid Alexandre Derumier
2021-06-04 11:25 ` [pve-devel] [pve-network 4/4] subnets/ipam : fix is_gateway Alexandre Derumier
2021-06-18 16:30 ` [pve-devel] applied-series: [pve-network 0/4] updates Thomas Lamprecht
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210604112500.2349926-1-aderumier@odiso.com \
--to=aderumier@odiso.com \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.