summaryrefslogtreecommitdiff
path: root/templates/interfaces/pseudo-ethernet/node.def
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2009-04-29 12:29:52 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2009-04-29 12:29:52 -0700
commite828883fa3ea138aa5dc4836f872f50132e01bdb (patch)
tree01d43035c0127f57bd927a365df6a564c4ded76f /templates/interfaces/pseudo-ethernet/node.def
parent65ced88daa305cae67dfe5fe1a7e12312f5f1b12 (diff)
downloadvyatta-cfg-system-e828883fa3ea138aa5dc4836f872f50132e01bdb.tar.gz
vyatta-cfg-system-e828883fa3ea138aa5dc4836f872f50132e01bdb.zip
Move virtual-ethernet to pseudo-ethernet
Avoid name-conflict with Xen
Diffstat (limited to 'templates/interfaces/pseudo-ethernet/node.def')
-rw-r--r--templates/interfaces/pseudo-ethernet/node.def12
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/interfaces/pseudo-ethernet/node.def b/templates/interfaces/pseudo-ethernet/node.def
new file mode 100644
index 00000000..1279b788
--- /dev/null
+++ b/templates/interfaces/pseudo-ethernet/node.def
@@ -0,0 +1,12 @@
+tag:
+type: txt
+help: Set Virtual Ethernet device
+syntax:expression: pattern $VAR(@) "^peth[0-9]+$" \
+ ; "name must be (peth0-peth999)"
+commit:expression: $VAR(link) != ""
+ ; "link device must be set for virtual ethernet $VAR(@)"
+create: sudo ip link add $VAR(@) link $VAR(link/@) type macvlan || exit 1
+ sudo ip link set $VAR(@) up
+ /opt/vyatta/sbin/vyatta-link-detect $VAR(@) on
+delete: sudo ip link del link $VAR(@) link $VAR(link/@)
+comp_help: Enter virtual ethernet interface name (peth0 - peth999)