Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/vlan: fix support for both ipv4 and ipv6 address on vlans | Natanael Copa | 2018-06-21 | 2 | -12/+9 |
| | | | | fixes #9018 | ||||
* | Revert "main/vlan: check if subinterface already exists" | Kaarle Ritvanen | 2018-06-21 | 3 | -19/+15 |
| | | | | | | This reverts commit 6073409488faf0051dc1f188042f444bbd4c4743. Reason: bashism (trap ERR) | ||||
* | main/vlan: check if subinterface already exists | Anthony Ruhier | 2018-06-21 | 3 | -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 exists | Kaarle Ritvanen | 2018-06-21 | 2 | -4/+6 |
| | |||||
* | main/vlan: rewrite to /sbin/ip and better error handling | Alex Laskin | 2017-09-27 | 5 | -111/+91 |
| | |||||
* | main/[various]: fix missing sha512 checksums | null | 2017-06-06 | 1 | -4/+4 |
| | |||||
* | main/vlan: load kernel module 8021q if needed | Natanael Copa | 2012-06-21 | 2 | -2/+5 |
| | | | | ref #1212 | ||||
* | main/vlan: move from testing | Natanael Copa | 2012-03-15 | 5 | -0/+159 |