]> git.proxmox.com Git - pve-container.git/commit
centos: fixup ipv6 out-of-subnet route
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 25 Apr 2016 14:20:43 +0000 (16:20 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 26 Apr 2016 13:58:55 +0000 (15:58 +0200)
commit85e4f0cdcc815659d296d621a34174791d778731
tree004fe039a93af9ef0e03a4894fb2c3aa6e180778
parentd54c0145fa63690734be5d60b54cf7d7faad2988
centos: fixup ipv6 out-of-subnet route

Centos needs these in route6-$iface, not route-$iface.
It also seems to make sense to not include the
IPV6_DEFAULTGW when a route6-$iface file is used containing
the default gateway.

Also adding the device to the routes.
src/PVE/LXC/Setup/CentOS.pm
src/test/run_setup_tests.pl
src/test/test-centos6-002/etc/sysconfig/network-scripts/ifcfg-eth0.exp
src/test/test-centos6-002/etc/sysconfig/network-scripts/route-eth0.exp
src/test/test-centos6-002/etc/sysconfig/network-scripts/route6-eth0.exp [new file with mode: 0644]