Add a script to create VLAN interfaces (on console).

This commit is contained in:
Michael Tremer
2012-08-24 15:58:38 +02:00
parent 3eeb913b05
commit d23fc91220
7 changed files with 119 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#GREEN_PARENT_DEV="eth0"
#GREEN_VLAN_ID=20
#GREEN_MAC_ADDRESS="00:11:22:33:44:55"
#BLUE_PARENT_DEV="green0"
#BLUE_VLAN_ID=30
#BLUE_MAC_ADDRESS="00:22:33:44:55:66"
#ORANGE_PARENT_DEV="green0"
#ORANGE_VLAN_ID=40
#ORANGE_MAC_ADDRESS="00:33:44:55:66:77"