]> git.proxmox.com Git - pve-container.git/commit
fix #1885: delete old route when changing gateway
authorDavid Limbeck <d.limbeck@proxmox.com>
Tue, 4 Sep 2018 07:24:29 +0000 (09:24 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 4 Sep 2018 08:27:05 +0000 (10:27 +0200)
commitded5d25a1f19bce71532b476c374938a3183657f
tree52085b54fe2af610ec4e823b441be405646e3aa1
parent6263d3c603d6999903dd8fa8113ab0661de4471d
fix #1885: delete old route when changing gateway

if the gateway is not in the subnet of the ip a route is
added. this change enables the deletion of the old route when it
is no longer needed.

Signed-off-by: David Limbeck <d.limbeck@proxmox.com>
src/PVE/LXC.pm