| commit | 0a0da4078bd228187452867e727312aedfc065c3 | [log] [tgz] |
|---|---|---|
| author | Filip Pytloun <filip.pytloun@tcpcloud.eu> | Tue Dec 15 17:41:09 2015 +0100 |
| committer | Filip Pytloun <filip.pytloun@tcpcloud.eu> | Tue Dec 15 17:41:09 2015 +0100 |
| tree | b08e62814bb91e9401cc5d9f4c76c750c8b692ec | |
| parent | eeb27d4212a31be75433f7b74b11362da8e27187 [diff] | |
| parent | c0bd76f39bcdff9dea3700b133249f7817821538 [diff] |
Merge branch 'vlans' into 'master'
VLAN networking support
this should add VLAN networking setup.
from DOCs..
```
bond0.10:
network.managed:
- type: vlan
- ipaddr: 10.1.0.4
- use:
- network: bond0
- require:
- network: bond0
```
See merge request !9