diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-10-08 21:39:45 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-10-09 17:19:04 +0200 |
commit | 2d3539f9dec19c0d5cec5bd962aaf9640a8cec23 (patch) | |
tree | e367413c11d8f522454352712a9446fe258adc84 /interface-definitions/interfaces-ethernet.xml | |
parent | afc82770cce851da31267829f1726f85093d9d76 (diff) | |
download | vyos-1x-2d3539f9dec19c0d5cec5bd962aaf9640a8cec23.tar.gz vyos-1x-2d3539f9dec19c0d5cec5bd962aaf9640a8cec23.zip |
T1430: add dhcp vendor-class-id client option
Diffstat (limited to 'interface-definitions/interfaces-ethernet.xml')
-rw-r--r-- | interface-definitions/interfaces-ethernet.xml | 28 |
1 files changed, 24 insertions, 4 deletions
diff --git a/interface-definitions/interfaces-ethernet.xml b/interface-definitions/interfaces-ethernet.xml index e4a56b216..96d2fda10 100644 --- a/interface-definitions/interfaces-ethernet.xml +++ b/interface-definitions/interfaces-ethernet.xml @@ -70,7 +70,12 @@ </leafNode> <leafNode name="host-name"> <properties> - <help>DHCP client host name (overrides the system host name)</help> + <help>DHCP client host name (overrides system host name)</help> + </properties> + </leafNode> + <leafNode name="vendor-class-id"> + <properties> + <help>DHCP client vendor type</help> </properties> </leafNode> </children> @@ -454,7 +459,12 @@ </leafNode> <leafNode name="host-name"> <properties> - <help>DHCP client host name (overrides the system host name)</help> + <help>DHCP client host name (overrides system host name)</help> + </properties> + </leafNode> + <leafNode name="vendor-class-id"> + <properties> + <help>DHCP client vendor type</help> </properties> </leafNode> </children> @@ -615,7 +625,12 @@ </leafNode> <leafNode name="host-name"> <properties> - <help>DHCP client host name (overrides the system host name)</help> + <help>DHCP client host name (overrides system host name)</help> + </properties> + </leafNode> + <leafNode name="vendor-class-id"> + <properties> + <help>DHCP client vendor type</help> </properties> </leafNode> </children> @@ -760,7 +775,12 @@ </leafNode> <leafNode name="host-name"> <properties> - <help>DHCP client host name (overrides the system host name)</help> + <help>DHCP client host name (overrides system host name)</help> + </properties> + </leafNode> + <leafNode name="vendor-class-id"> + <properties> + <help>DHCP client vendor type</help> </properties> </leafNode> </children> |