From 842f2974d483bb37fc32b5766cb4edb5f21ec2fe Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Sun, 30 Jun 2019 20:18:15 +0200 Subject: T1430: initial implementation of IPv4 DHCP client id and hostname options. --- templates/interfaces/ethernet/node.tag/dhcp-options/client-id/node.def | 2 ++ templates/interfaces/ethernet/node.tag/dhcp-options/host-name/node.def | 2 ++ templates/interfaces/ethernet/node.tag/dhcp-options/node.def | 1 + .../ethernet/node.tag/vif-s/node.tag/dhcp-options/client-id/node.def | 2 ++ .../ethernet/node.tag/vif-s/node.tag/dhcp-options/host-name/node.def | 2 ++ .../interfaces/ethernet/node.tag/vif-s/node.tag/dhcp-options/node.def | 1 + .../vif-s/node.tag/vif-c/node.tag/dhcp-options/client-id/node.def | 2 ++ .../vif-s/node.tag/vif-c/node.tag/dhcp-options/host-name/node.def | 2 ++ .../node.tag/vif-s/node.tag/vif-c/node.tag/dhcp-options/node.def | 1 + .../ethernet/node.tag/vif/node.tag/dhcp-options/client-id/node.def | 2 ++ .../ethernet/node.tag/vif/node.tag/dhcp-options/host-name/node.def | 2 ++ .../interfaces/ethernet/node.tag/vif/node.tag/dhcp-options/node.def | 1 + 12 files changed, 20 insertions(+) create mode 100644 templates/interfaces/ethernet/node.tag/dhcp-options/client-id/node.def create mode 100644 templates/interfaces/ethernet/node.tag/dhcp-options/host-name/node.def create mode 100644 templates/interfaces/ethernet/node.tag/dhcp-options/node.def create mode 100644 templates/interfaces/ethernet/node.tag/vif-s/node.tag/dhcp-options/client-id/node.def create mode 100644 templates/interfaces/ethernet/node.tag/vif-s/node.tag/dhcp-options/host-name/node.def create mode 100644 templates/interfaces/ethernet/node.tag/vif-s/node.tag/dhcp-options/node.def create mode 100644 templates/interfaces/ethernet/node.tag/vif-s/node.tag/vif-c/node.tag/dhcp-options/client-id/node.def create mode 100644 templates/interfaces/ethernet/node.tag/vif-s/node.tag/vif-c/node.tag/dhcp-options/host-name/node.def create mode 100644 templates/interfaces/ethernet/node.tag/vif-s/node.tag/vif-c/node.tag/dhcp-options/node.def create mode 100644 templates/interfaces/ethernet/node.tag/vif/node.tag/dhcp-options/client-id/node.def create mode 100644 templates/interfaces/ethernet/node.tag/vif/node.tag/dhcp-options/host-name/node.def create mode 100644 templates/interfaces/ethernet/node.tag/vif/node.tag/dhcp-options/node.def (limited to 'templates/interfaces/ethernet') 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 -- cgit v1.2.3