aboutsummaryrefslogtreecommitdiffstats
path: root/main/vlan
Commit message (Collapse)AuthorAgeFilesLines
* main/vlan: fix support for both ipv4 and ipv6 address on vlansNatanael Copa2018-06-212-12/+9
| | | | fixes #9018
* Revert "main/vlan: check if subinterface already exists"Kaarle Ritvanen2018-06-213-19/+15
| | | | | | This reverts commit 6073409488faf0051dc1f188042f444bbd4c4743. Reason: bashism (trap ERR)
* main/vlan: check if subinterface already existsAnthony Ruhier2018-06-213-15/+19
| | | | | | | | | The vlan preup script tried to create the subinterface even if it already exists. It does not work on dualstack (ipv4 + ipv6) configurations, and on subinterfaces with multiple addresses setup. Now the vlan and mvlan scripts check if the interface does not already exist, and only if it does not, try to create it.
* main/vlan: do not fail if iface existsKaarle Ritvanen2018-06-212-4/+6
|
* main/vlan: rewrite to /sbin/ip and better error handlingAlex Laskin2017-09-275-111/+91
|
* main/[various]: fix missing sha512 checksumsnull2017-06-061-4/+4
|
* main/vlan: load kernel module 8021q if neededNatanael Copa2012-06-212-2/+5
| | | | ref #1212
* main/vlan: move from testingNatanael Copa2012-03-155-0/+159