]> git.proxmox.com Git - pve-manager-legacy.git/commit
API2 : Network : add network config reload
authorAlexandre Derumier <aderumier@odiso.com>
Tue, 2 Oct 2018 07:19:38 +0000 (09:19 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 8 Oct 2018 11:32:03 +0000 (13:32 +0200)
commit70a2f87ed76ae876339ee11067cacfa417adfdf0
treef129b3c104aa2cc334d265ae3fa98ef7930066d5
parentee326469bc3b8a70cbac4dc0594ed30b593fd0d3
API2 : Network : add network config reload

This add a new api to online reload networking configuration
with ifupdown2.

This work with native ifupdown2 modules, as ifupdown2 have
interface dependency relationships.

Some specific interfaces options can't be reloaded online
(because kernel don't implement it), it this case, we ifdown/ifup
theses interfaces. (mainly vxlan interfaces options)
PVE/API2/Network.pm