summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/interfaces/pseudo-ethernet/link/node.def (renamed from templates/interfaces/virtual-ethernet/link/node.def)0
-rw-r--r--templates/interfaces/pseudo-ethernet/node.def (renamed from templates/interfaces/virtual-ethernet/node.def)6
-rw-r--r--templates/interfaces/pseudo-ethernet/node.tag/address/node.def (renamed from templates/interfaces/virtual-ethernet/node.tag/address/node.def)0
-rw-r--r--templates/interfaces/pseudo-ethernet/node.tag/description/node.def (renamed from templates/interfaces/virtual-ethernet/node.tag/description/node.def)0
-rw-r--r--templates/interfaces/pseudo-ethernet/node.tag/disable-link-detect/node.def (renamed from templates/interfaces/virtual-ethernet/node.tag/disable-link-detect/node.def)0
-rw-r--r--templates/interfaces/pseudo-ethernet/node.tag/disable/node.def (renamed from templates/interfaces/virtual-ethernet/node.tag/disable/node.def)0
-rw-r--r--templates/interfaces/pseudo-ethernet/node.tag/link/node.def (renamed from templates/interfaces/virtual-ethernet/node.tag/link/node.def)0
-rw-r--r--templates/interfaces/pseudo-ethernet/node.tag/mac/node.def (renamed from templates/interfaces/virtual-ethernet/node.tag/mac/node.def)0
-rw-r--r--templates/interfaces/pseudo-ethernet/node.tag/vif/node.def (renamed from templates/interfaces/virtual-ethernet/node.tag/vif/node.def)0
-rw-r--r--templates/interfaces/pseudo-ethernet/node.tag/vif/node.tag/address/node.def (renamed from templates/interfaces/virtual-ethernet/node.tag/vif/node.tag/address/node.def)0
-rw-r--r--templates/interfaces/pseudo-ethernet/node.tag/vif/node.tag/description/node.def (renamed from templates/interfaces/virtual-ethernet/node.tag/vif/node.tag/description/node.def)0
-rw-r--r--templates/interfaces/pseudo-ethernet/node.tag/vif/node.tag/disable-link-detect/node.def (renamed from templates/interfaces/virtual-ethernet/node.tag/vif/node.tag/disable-link-detect/node.def)0
-rw-r--r--templates/interfaces/pseudo-ethernet/node.tag/vif/node.tag/disable/node.def (renamed from templates/interfaces/virtual-ethernet/node.tag/vif/node.tag/disable/node.def)0
13 files changed, 3 insertions, 3 deletions
diff --git a/templates/interfaces/virtual-ethernet/link/node.def b/templates/interfaces/pseudo-ethernet/link/node.def
index 844cb8d8..844cb8d8 100644
--- a/templates/interfaces/virtual-ethernet/link/node.def
+++ b/templates/interfaces/pseudo-ethernet/link/node.def
diff --git a/templates/interfaces/virtual-ethernet/node.def b/templates/interfaces/pseudo-ethernet/node.def
index a6118c8a..1279b788 100644
--- a/templates/interfaces/virtual-ethernet/node.def
+++ b/templates/interfaces/pseudo-ethernet/node.def
@@ -1,12 +1,12 @@
tag:
type: txt
help: Set Virtual Ethernet device
-syntax:expression: pattern $VAR(@) "^veth[0-9]+$" \
- ; "name must be (veth0-veth999)"
+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 (veth0 - veth999)
+comp_help: Enter virtual ethernet interface name (peth0 - peth999)
diff --git a/templates/interfaces/virtual-ethernet/node.tag/address/node.def b/templates/interfaces/pseudo-ethernet/node.tag/address/node.def
index 15ac444d..15ac444d 100644
--- a/templates/interfaces/virtual-ethernet/node.tag/address/node.def
+++ b/templates/interfaces/pseudo-ethernet/node.tag/address/node.def
diff --git a/templates/interfaces/virtual-ethernet/node.tag/description/node.def b/templates/interfaces/pseudo-ethernet/node.tag/description/node.def
index d7becd13..d7becd13 100644
--- a/templates/interfaces/virtual-ethernet/node.tag/description/node.def
+++ b/templates/interfaces/pseudo-ethernet/node.tag/description/node.def
diff --git a/templates/interfaces/virtual-ethernet/node.tag/disable-link-detect/node.def b/templates/interfaces/pseudo-ethernet/node.tag/disable-link-detect/node.def
index 83858ec1..83858ec1 100644
--- a/templates/interfaces/virtual-ethernet/node.tag/disable-link-detect/node.def
+++ b/templates/interfaces/pseudo-ethernet/node.tag/disable-link-detect/node.def
diff --git a/templates/interfaces/virtual-ethernet/node.tag/disable/node.def b/templates/interfaces/pseudo-ethernet/node.tag/disable/node.def
index 3d3ffef9..3d3ffef9 100644
--- a/templates/interfaces/virtual-ethernet/node.tag/disable/node.def
+++ b/templates/interfaces/pseudo-ethernet/node.tag/disable/node.def
diff --git a/templates/interfaces/virtual-ethernet/node.tag/link/node.def b/templates/interfaces/pseudo-ethernet/node.tag/link/node.def
index f16b0ec4..f16b0ec4 100644
--- a/templates/interfaces/virtual-ethernet/node.tag/link/node.def
+++ b/templates/interfaces/pseudo-ethernet/node.tag/link/node.def
diff --git a/templates/interfaces/virtual-ethernet/node.tag/mac/node.def b/templates/interfaces/pseudo-ethernet/node.tag/mac/node.def
index e1202aca..e1202aca 100644
--- a/templates/interfaces/virtual-ethernet/node.tag/mac/node.def
+++ b/templates/interfaces/pseudo-ethernet/node.tag/mac/node.def
diff --git a/templates/interfaces/virtual-ethernet/node.tag/vif/node.def b/templates/interfaces/pseudo-ethernet/node.tag/vif/node.def
index bca63071..bca63071 100644
--- a/templates/interfaces/virtual-ethernet/node.tag/vif/node.def
+++ b/templates/interfaces/pseudo-ethernet/node.tag/vif/node.def
diff --git a/templates/interfaces/virtual-ethernet/node.tag/vif/node.tag/address/node.def b/templates/interfaces/pseudo-ethernet/node.tag/vif/node.tag/address/node.def
index 4c93905f..4c93905f 100644
--- a/templates/interfaces/virtual-ethernet/node.tag/vif/node.tag/address/node.def
+++ b/templates/interfaces/pseudo-ethernet/node.tag/vif/node.tag/address/node.def
diff --git a/templates/interfaces/virtual-ethernet/node.tag/vif/node.tag/description/node.def b/templates/interfaces/pseudo-ethernet/node.tag/vif/node.tag/description/node.def
index 40f04bcc..40f04bcc 100644
--- a/templates/interfaces/virtual-ethernet/node.tag/vif/node.tag/description/node.def
+++ b/templates/interfaces/pseudo-ethernet/node.tag/vif/node.tag/description/node.def
diff --git a/templates/interfaces/virtual-ethernet/node.tag/vif/node.tag/disable-link-detect/node.def b/templates/interfaces/pseudo-ethernet/node.tag/vif/node.tag/disable-link-detect/node.def
index 897113de..897113de 100644
--- a/templates/interfaces/virtual-ethernet/node.tag/vif/node.tag/disable-link-detect/node.def
+++ b/templates/interfaces/pseudo-ethernet/node.tag/vif/node.tag/disable-link-detect/node.def
diff --git a/templates/interfaces/virtual-ethernet/node.tag/vif/node.tag/disable/node.def b/templates/interfaces/pseudo-ethernet/node.tag/vif/node.tag/disable/node.def
index 78b24870..78b24870 100644
--- a/templates/interfaces/virtual-ethernet/node.tag/vif/node.tag/disable/node.def
+++ b/templates/interfaces/pseudo-ethernet/node.tag/vif/node.tag/disable/node.def