summaryrefslogtreecommitdiff
path: root/templates/interfaces
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2019-06-30 20:18:15 +0200
committerDaniil Baturin <daniil@baturin.org>2019-11-17 19:17:08 +0100
commitd8decc882e04012aa6deac46086404ad4b942d8c (patch)
tree9bfc2aeacad30a7335e38ce46243618a5c948a69 /templates/interfaces
parent724e494ad6b8d1fa4d0e67432d43f2214d7d5815 (diff)
downloadvyatta-cfg-system-d8decc882e04012aa6deac46086404ad4b942d8c.tar.gz
vyatta-cfg-system-d8decc882e04012aa6deac46086404ad4b942d8c.zip
T1430: initial implementation of IPv4 DHCP client id and hostname options.
Diffstat (limited to 'templates/interfaces')
-rw-r--r--templates/interfaces/bonding/node.tag/dhcp-options/client-id/node.def2
-rw-r--r--templates/interfaces/bonding/node.tag/dhcp-options/host-name/node.def2
-rw-r--r--templates/interfaces/bonding/node.tag/dhcp-options/node.def1
-rw-r--r--templates/interfaces/bonding/node.tag/vif-s/node.tag/dhcp-options/client-id/node.def2
-rw-r--r--templates/interfaces/bonding/node.tag/vif-s/node.tag/dhcp-options/host-name/node.def2
-rw-r--r--templates/interfaces/bonding/node.tag/vif-s/node.tag/dhcp-options/node.def1
-rw-r--r--templates/interfaces/bonding/node.tag/vif-s/node.tag/vif-c/node.tag/dhcp-options/client-id/node.def2
-rw-r--r--templates/interfaces/bonding/node.tag/vif-s/node.tag/vif-c/node.tag/dhcp-options/host-name/node.def2
-rw-r--r--templates/interfaces/bonding/node.tag/vif-s/node.tag/vif-c/node.tag/dhcp-options/node.def1
-rw-r--r--templates/interfaces/bonding/node.tag/vif/node.tag/dhcp-options/client-id/node.def2
-rw-r--r--templates/interfaces/bonding/node.tag/vif/node.tag/dhcp-options/host-name/node.def2
-rw-r--r--templates/interfaces/bonding/node.tag/vif/node.tag/dhcp-options/node.def1
-rw-r--r--templates/interfaces/bridge/node.tag/dhcp-options/client-id/node.def2
-rw-r--r--templates/interfaces/bridge/node.tag/dhcp-options/host-name/node.def2
-rw-r--r--templates/interfaces/bridge/node.tag/dhcp-options/node.def1
-rw-r--r--templates/interfaces/ethernet/node.tag/dhcp-options/client-id/node.def2
-rw-r--r--templates/interfaces/ethernet/node.tag/dhcp-options/host-name/node.def2
-rw-r--r--templates/interfaces/ethernet/node.tag/dhcp-options/node.def1
-rw-r--r--templates/interfaces/ethernet/node.tag/vif-s/node.tag/dhcp-options/client-id/node.def2
-rw-r--r--templates/interfaces/ethernet/node.tag/vif-s/node.tag/dhcp-options/host-name/node.def2
-rw-r--r--templates/interfaces/ethernet/node.tag/vif-s/node.tag/dhcp-options/node.def1
-rw-r--r--templates/interfaces/ethernet/node.tag/vif-s/node.tag/vif-c/node.tag/dhcp-options/client-id/node.def2
-rw-r--r--templates/interfaces/ethernet/node.tag/vif-s/node.tag/vif-c/node.tag/dhcp-options/host-name/node.def2
-rw-r--r--templates/interfaces/ethernet/node.tag/vif-s/node.tag/vif-c/node.tag/dhcp-options/node.def1
-rw-r--r--templates/interfaces/ethernet/node.tag/vif/node.tag/dhcp-options/client-id/node.def2
-rw-r--r--templates/interfaces/ethernet/node.tag/vif/node.tag/dhcp-options/host-name/node.def2
-rw-r--r--templates/interfaces/ethernet/node.tag/vif/node.tag/dhcp-options/node.def1
-rw-r--r--templates/interfaces/pseudo-ethernet/node.tag/dhcp-options/client-id/node.def2
-rw-r--r--templates/interfaces/pseudo-ethernet/node.tag/dhcp-options/host-name/node.def2
-rw-r--r--templates/interfaces/pseudo-ethernet/node.tag/dhcp-options/node.def1
-rw-r--r--templates/interfaces/pseudo-ethernet/node.tag/vif-s/node.tag/dhcp-options/client-id/node.def2
-rw-r--r--templates/interfaces/pseudo-ethernet/node.tag/vif-s/node.tag/dhcp-options/host-name/node.def2
-rw-r--r--templates/interfaces/pseudo-ethernet/node.tag/vif-s/node.tag/dhcp-options/node.def1
-rw-r--r--templates/interfaces/pseudo-ethernet/node.tag/vif-s/node.tag/vif-c/node.tag/dhcp-options/client-id/node.def2
-rw-r--r--templates/interfaces/pseudo-ethernet/node.tag/vif-s/node.tag/vif-c/node.tag/dhcp-options/host-name/node.def2
-rw-r--r--templates/interfaces/pseudo-ethernet/node.tag/vif-s/node.tag/vif-c/node.tag/dhcp-options/node.def1
-rw-r--r--templates/interfaces/pseudo-ethernet/node.tag/vif/node.tag/dhcp-options/client-id/node.def2
-rw-r--r--templates/interfaces/pseudo-ethernet/node.tag/vif/node.tag/dhcp-options/host-name/node.def2
-rw-r--r--templates/interfaces/pseudo-ethernet/node.tag/vif/node.tag/dhcp-options/node.def1
39 files changed, 65 insertions, 0 deletions
diff --git a/templates/interfaces/bonding/node.tag/dhcp-options/client-id/node.def b/templates/interfaces/bonding/node.tag/dhcp-options/client-id/node.def
new file mode 100644
index 00000000..85ebe6e3
--- /dev/null
+++ b/templates/interfaces/bonding/node.tag/dhcp-options/client-id/node.def
@@ -0,0 +1,2 @@
+type: txt
+help: DHCP client identifier
diff --git a/templates/interfaces/bonding/node.tag/dhcp-options/host-name/node.def b/templates/interfaces/bonding/node.tag/dhcp-options/host-name/node.def
new file mode 100644
index 00000000..80d28fbd
--- /dev/null
+++ b/templates/interfaces/bonding/node.tag/dhcp-options/host-name/node.def
@@ -0,0 +1,2 @@
+type: txt
+help: DHCP client host name (overrides the system host name)
diff --git a/templates/interfaces/bonding/node.tag/dhcp-options/node.def b/templates/interfaces/bonding/node.tag/dhcp-options/node.def
new file mode 100644
index 00000000..e90406df
--- /dev/null
+++ b/templates/interfaces/bonding/node.tag/dhcp-options/node.def
@@ -0,0 +1 @@
+help: DHCP options
diff --git a/templates/interfaces/bonding/node.tag/vif-s/node.tag/dhcp-options/client-id/node.def b/templates/interfaces/bonding/node.tag/vif-s/node.tag/dhcp-options/client-id/node.def
new file mode 100644
index 00000000..85ebe6e3
--- /dev/null
+++ b/templates/interfaces/bonding/node.tag/vif-s/node.tag/dhcp-options/client-id/node.def
@@ -0,0 +1,2 @@
+type: txt
+help: DHCP client identifier
diff --git a/templates/interfaces/bonding/node.tag/vif-s/node.tag/dhcp-options/host-name/node.def b/templates/interfaces/bonding/node.tag/vif-s/node.tag/dhcp-options/host-name/node.def
new file mode 100644
index 00000000..80d28fbd
--- /dev/null
+++ b/templates/interfaces/bonding/node.tag/vif-s/node.tag/dhcp-options/host-name/node.def
@@ -0,0 +1,2 @@
+type: txt
+help: DHCP client host name (overrides the system host name)
diff --git a/templates/interfaces/bonding/node.tag/vif-s/node.tag/dhcp-options/node.def b/templates/interfaces/bonding/node.tag/vif-s/node.tag/dhcp-options/node.def
new file mode 100644
index 00000000..e90406df
--- /dev/null
+++ b/templates/interfaces/bonding/node.tag/vif-s/node.tag/dhcp-options/node.def
@@ -0,0 +1 @@
+help: DHCP options
diff --git a/templates/interfaces/bonding/node.tag/vif-s/node.tag/vif-c/node.tag/dhcp-options/client-id/node.def b/templates/interfaces/bonding/node.tag/vif-s/node.tag/vif-c/node.tag/dhcp-options/client-id/node.def
new file mode 100644
index 00000000..85ebe6e3
--- /dev/null
+++ b/templates/interfaces/bonding/node.tag/vif-s/node.tag/vif-c/node.tag/dhcp-options/client-id/node.def
@@ -0,0 +1,2 @@
+type: txt
+help: DHCP client identifier
diff --git a/templates/interfaces/bonding/node.tag/vif-s/node.tag/vif-c/node.tag/dhcp-options/host-name/node.def b/templates/interfaces/bonding/node.tag/vif-s/node.tag/vif-c/node.tag/dhcp-options/host-name/node.def
new file mode 100644
index 00000000..80d28fbd
--- /dev/null
+++ b/templates/interfaces/bonding/node.tag/vif-s/node.tag/vif-c/node.tag/dhcp-options/host-name/node.def
@@ -0,0 +1,2 @@
+type: txt
+help: DHCP client host name (overrides the system host name)
diff --git a/templates/interfaces/bonding/node.tag/vif-s/node.tag/vif-c/node.tag/dhcp-options/node.def b/templates/interfaces/bonding/node.tag/vif-s/node.tag/vif-c/node.tag/dhcp-options/node.def
new file mode 100644
index 00000000..e90406df
--- /dev/null
+++ b/templates/interfaces/bonding/node.tag/vif-s/node.tag/vif-c/node.tag/dhcp-options/node.def
@@ -0,0 +1 @@
+help: DHCP options
diff --git a/templates/interfaces/bonding/node.tag/vif/node.tag/dhcp-options/client-id/node.def b/templates/interfaces/bonding/node.tag/vif/node.tag/dhcp-options/client-id/node.def
new file mode 100644
index 00000000..85ebe6e3
--- /dev/null
+++ b/templates/interfaces/bonding/node.tag/vif/node.tag/dhcp-options/client-id/node.def
@@ -0,0 +1,2 @@
+type: txt
+help: DHCP client identifier
diff --git a/templates/interfaces/bonding/node.tag/vif/node.tag/dhcp-options/host-name/node.def b/templates/interfaces/bonding/node.tag/vif/node.tag/dhcp-options/host-name/node.def
new file mode 100644
index 00000000..80d28fbd
--- /dev/null
+++ b/templates/interfaces/bonding/node.tag/vif/node.tag/dhcp-options/host-name/node.def
@@ -0,0 +1,2 @@
+type: txt
+help: DHCP client host name (overrides the system host name)
diff --git a/templates/interfaces/bonding/node.tag/vif/node.tag/dhcp-options/node.def b/templates/interfaces/bonding/node.tag/vif/node.tag/dhcp-options/node.def
new file mode 100644
index 00000000..e90406df
--- /dev/null
+++ b/templates/interfaces/bonding/node.tag/vif/node.tag/dhcp-options/node.def
@@ -0,0 +1 @@
+help: DHCP options
diff --git a/templates/interfaces/bridge/node.tag/dhcp-options/client-id/node.def b/templates/interfaces/bridge/node.tag/dhcp-options/client-id/node.def
new file mode 100644
index 00000000..85ebe6e3
--- /dev/null
+++ b/templates/interfaces/bridge/node.tag/dhcp-options/client-id/node.def
@@ -0,0 +1,2 @@
+type: txt
+help: DHCP client identifier
diff --git a/templates/interfaces/bridge/node.tag/dhcp-options/host-name/node.def b/templates/interfaces/bridge/node.tag/dhcp-options/host-name/node.def
new file mode 100644
index 00000000..80d28fbd
--- /dev/null
+++ b/templates/interfaces/bridge/node.tag/dhcp-options/host-name/node.def
@@ -0,0 +1,2 @@
+type: txt
+help: DHCP client host name (overrides the system host name)
diff --git a/templates/interfaces/bridge/node.tag/dhcp-options/node.def b/templates/interfaces/bridge/node.tag/dhcp-options/node.def
new file mode 100644
index 00000000..e90406df
--- /dev/null
+++ b/templates/interfaces/bridge/node.tag/dhcp-options/node.def
@@ -0,0 +1 @@
+help: DHCP options
diff --git a/templates/interfaces/ethernet/node.tag/dhcp-options/client-id/node.def b/templates/interfaces/ethernet/node.tag/dhcp-options/client-id/node.def
new file mode 100644
index 00000000..85ebe6e3
--- /dev/null
+++ b/templates/interfaces/ethernet/node.tag/dhcp-options/client-id/node.def
@@ -0,0 +1,2 @@
+type: txt
+help: DHCP client identifier
diff --git a/templates/interfaces/ethernet/node.tag/dhcp-options/host-name/node.def b/templates/interfaces/ethernet/node.tag/dhcp-options/host-name/node.def
new file mode 100644
index 00000000..80d28fbd
--- /dev/null
+++ b/templates/interfaces/ethernet/node.tag/dhcp-options/host-name/node.def
@@ -0,0 +1,2 @@
+type: txt
+help: DHCP client host name (overrides the system host name)
diff --git a/templates/interfaces/ethernet/node.tag/dhcp-options/node.def b/templates/interfaces/ethernet/node.tag/dhcp-options/node.def
new file mode 100644
index 00000000..e90406df
--- /dev/null
+++ b/templates/interfaces/ethernet/node.tag/dhcp-options/node.def
@@ -0,0 +1 @@
+help: DHCP options
diff --git a/templates/interfaces/ethernet/node.tag/vif-s/node.tag/dhcp-options/client-id/node.def b/templates/interfaces/ethernet/node.tag/vif-s/node.tag/dhcp-options/client-id/node.def
new file mode 100644
index 00000000..85ebe6e3
--- /dev/null
+++ b/templates/interfaces/ethernet/node.tag/vif-s/node.tag/dhcp-options/client-id/node.def
@@ -0,0 +1,2 @@
+type: txt
+help: DHCP client identifier
diff --git a/templates/interfaces/ethernet/node.tag/vif-s/node.tag/dhcp-options/host-name/node.def b/templates/interfaces/ethernet/node.tag/vif-s/node.tag/dhcp-options/host-name/node.def
new file mode 100644
index 00000000..80d28fbd
--- /dev/null
+++ b/templates/interfaces/ethernet/node.tag/vif-s/node.tag/dhcp-options/host-name/node.def
@@ -0,0 +1,2 @@
+type: txt
+help: DHCP client host name (overrides the system host name)
diff --git a/templates/interfaces/ethernet/node.tag/vif-s/node.tag/dhcp-options/node.def b/templates/interfaces/ethernet/node.tag/vif-s/node.tag/dhcp-options/node.def
new file mode 100644
index 00000000..e90406df
--- /dev/null
+++ b/templates/interfaces/ethernet/node.tag/vif-s/node.tag/dhcp-options/node.def
@@ -0,0 +1 @@
+help: DHCP options
diff --git a/templates/interfaces/ethernet/node.tag/vif-s/node.tag/vif-c/node.tag/dhcp-options/client-id/node.def b/templates/interfaces/ethernet/node.tag/vif-s/node.tag/vif-c/node.tag/dhcp-options/client-id/node.def
new file mode 100644
index 00000000..85ebe6e3
--- /dev/null
+++ b/templates/interfaces/ethernet/node.tag/vif-s/node.tag/vif-c/node.tag/dhcp-options/client-id/node.def
@@ -0,0 +1,2 @@
+type: txt
+help: DHCP client identifier
diff --git a/templates/interfaces/ethernet/node.tag/vif-s/node.tag/vif-c/node.tag/dhcp-options/host-name/node.def b/templates/interfaces/ethernet/node.tag/vif-s/node.tag/vif-c/node.tag/dhcp-options/host-name/node.def
new file mode 100644
index 00000000..80d28fbd
--- /dev/null
+++ b/templates/interfaces/ethernet/node.tag/vif-s/node.tag/vif-c/node.tag/dhcp-options/host-name/node.def
@@ -0,0 +1,2 @@
+type: txt
+help: DHCP client host name (overrides the system host name)
diff --git a/templates/interfaces/ethernet/node.tag/vif-s/node.tag/vif-c/node.tag/dhcp-options/node.def b/templates/interfaces/ethernet/node.tag/vif-s/node.tag/vif-c/node.tag/dhcp-options/node.def
new file mode 100644
index 00000000..e90406df
--- /dev/null
+++ b/templates/interfaces/ethernet/node.tag/vif-s/node.tag/vif-c/node.tag/dhcp-options/node.def
@@ -0,0 +1 @@
+help: DHCP options
diff --git a/templates/interfaces/ethernet/node.tag/vif/node.tag/dhcp-options/client-id/node.def b/templates/interfaces/ethernet/node.tag/vif/node.tag/dhcp-options/client-id/node.def
new file mode 100644
index 00000000..85ebe6e3
--- /dev/null
+++ b/templates/interfaces/ethernet/node.tag/vif/node.tag/dhcp-options/client-id/node.def
@@ -0,0 +1,2 @@
+type: txt
+help: DHCP client identifier
diff --git a/templates/interfaces/ethernet/node.tag/vif/node.tag/dhcp-options/host-name/node.def b/templates/interfaces/ethernet/node.tag/vif/node.tag/dhcp-options/host-name/node.def
new file mode 100644
index 00000000..80d28fbd
--- /dev/null
+++ b/templates/interfaces/ethernet/node.tag/vif/node.tag/dhcp-options/host-name/node.def
@@ -0,0 +1,2 @@
+type: txt
+help: DHCP client host name (overrides the system host name)
diff --git a/templates/interfaces/ethernet/node.tag/vif/node.tag/dhcp-options/node.def b/templates/interfaces/ethernet/node.tag/vif/node.tag/dhcp-options/node.def
new file mode 100644
index 00000000..e90406df
--- /dev/null
+++ b/templates/interfaces/ethernet/node.tag/vif/node.tag/dhcp-options/node.def
@@ -0,0 +1 @@
+help: DHCP options
diff --git a/templates/interfaces/pseudo-ethernet/node.tag/dhcp-options/client-id/node.def b/templates/interfaces/pseudo-ethernet/node.tag/dhcp-options/client-id/node.def
new file mode 100644
index 00000000..85ebe6e3
--- /dev/null
+++ b/templates/interfaces/pseudo-ethernet/node.tag/dhcp-options/client-id/node.def
@@ -0,0 +1,2 @@
+type: txt
+help: DHCP client identifier
diff --git a/templates/interfaces/pseudo-ethernet/node.tag/dhcp-options/host-name/node.def b/templates/interfaces/pseudo-ethernet/node.tag/dhcp-options/host-name/node.def
new file mode 100644
index 00000000..80d28fbd
--- /dev/null
+++ b/templates/interfaces/pseudo-ethernet/node.tag/dhcp-options/host-name/node.def
@@ -0,0 +1,2 @@
+type: txt
+help: DHCP client host name (overrides the system host name)
diff --git a/templates/interfaces/pseudo-ethernet/node.tag/dhcp-options/node.def b/templates/interfaces/pseudo-ethernet/node.tag/dhcp-options/node.def
new file mode 100644
index 00000000..e90406df
--- /dev/null
+++ b/templates/interfaces/pseudo-ethernet/node.tag/dhcp-options/node.def
@@ -0,0 +1 @@
+help: DHCP options
diff --git a/templates/interfaces/pseudo-ethernet/node.tag/vif-s/node.tag/dhcp-options/client-id/node.def b/templates/interfaces/pseudo-ethernet/node.tag/vif-s/node.tag/dhcp-options/client-id/node.def
new file mode 100644
index 00000000..85ebe6e3
--- /dev/null
+++ b/templates/interfaces/pseudo-ethernet/node.tag/vif-s/node.tag/dhcp-options/client-id/node.def
@@ -0,0 +1,2 @@
+type: txt
+help: DHCP client identifier
diff --git a/templates/interfaces/pseudo-ethernet/node.tag/vif-s/node.tag/dhcp-options/host-name/node.def b/templates/interfaces/pseudo-ethernet/node.tag/vif-s/node.tag/dhcp-options/host-name/node.def
new file mode 100644
index 00000000..80d28fbd
--- /dev/null
+++ b/templates/interfaces/pseudo-ethernet/node.tag/vif-s/node.tag/dhcp-options/host-name/node.def
@@ -0,0 +1,2 @@
+type: txt
+help: DHCP client host name (overrides the system host name)
diff --git a/templates/interfaces/pseudo-ethernet/node.tag/vif-s/node.tag/dhcp-options/node.def b/templates/interfaces/pseudo-ethernet/node.tag/vif-s/node.tag/dhcp-options/node.def
new file mode 100644
index 00000000..e90406df
--- /dev/null
+++ b/templates/interfaces/pseudo-ethernet/node.tag/vif-s/node.tag/dhcp-options/node.def
@@ -0,0 +1 @@
+help: DHCP options
diff --git a/templates/interfaces/pseudo-ethernet/node.tag/vif-s/node.tag/vif-c/node.tag/dhcp-options/client-id/node.def b/templates/interfaces/pseudo-ethernet/node.tag/vif-s/node.tag/vif-c/node.tag/dhcp-options/client-id/node.def
new file mode 100644
index 00000000..85ebe6e3
--- /dev/null
+++ b/templates/interfaces/pseudo-ethernet/node.tag/vif-s/node.tag/vif-c/node.tag/dhcp-options/client-id/node.def
@@ -0,0 +1,2 @@
+type: txt
+help: DHCP client identifier
diff --git a/templates/interfaces/pseudo-ethernet/node.tag/vif-s/node.tag/vif-c/node.tag/dhcp-options/host-name/node.def b/templates/interfaces/pseudo-ethernet/node.tag/vif-s/node.tag/vif-c/node.tag/dhcp-options/host-name/node.def
new file mode 100644
index 00000000..80d28fbd
--- /dev/null
+++ b/templates/interfaces/pseudo-ethernet/node.tag/vif-s/node.tag/vif-c/node.tag/dhcp-options/host-name/node.def
@@ -0,0 +1,2 @@
+type: txt
+help: DHCP client host name (overrides the system host name)
diff --git a/templates/interfaces/pseudo-ethernet/node.tag/vif-s/node.tag/vif-c/node.tag/dhcp-options/node.def b/templates/interfaces/pseudo-ethernet/node.tag/vif-s/node.tag/vif-c/node.tag/dhcp-options/node.def
new file mode 100644
index 00000000..e90406df
--- /dev/null
+++ b/templates/interfaces/pseudo-ethernet/node.tag/vif-s/node.tag/vif-c/node.tag/dhcp-options/node.def
@@ -0,0 +1 @@
+help: DHCP options
diff --git a/templates/interfaces/pseudo-ethernet/node.tag/vif/node.tag/dhcp-options/client-id/node.def b/templates/interfaces/pseudo-ethernet/node.tag/vif/node.tag/dhcp-options/client-id/node.def
new file mode 100644
index 00000000..85ebe6e3
--- /dev/null
+++ b/templates/interfaces/pseudo-ethernet/node.tag/vif/node.tag/dhcp-options/client-id/node.def
@@ -0,0 +1,2 @@
+type: txt
+help: DHCP client identifier
diff --git a/templates/interfaces/pseudo-ethernet/node.tag/vif/node.tag/dhcp-options/host-name/node.def b/templates/interfaces/pseudo-ethernet/node.tag/vif/node.tag/dhcp-options/host-name/node.def
new file mode 100644
index 00000000..80d28fbd
--- /dev/null
+++ b/templates/interfaces/pseudo-ethernet/node.tag/vif/node.tag/dhcp-options/host-name/node.def
@@ -0,0 +1,2 @@
+type: txt
+help: DHCP client host name (overrides the system host name)
diff --git a/templates/interfaces/pseudo-ethernet/node.tag/vif/node.tag/dhcp-options/node.def b/templates/interfaces/pseudo-ethernet/node.tag/vif/node.tag/dhcp-options/node.def
new file mode 100644
index 00000000..e90406df
--- /dev/null
+++ b/templates/interfaces/pseudo-ethernet/node.tag/vif/node.tag/dhcp-options/node.def
@@ -0,0 +1 @@
+help: DHCP options