chiark / gitweb /
networkd: dhcp add vendor class indentifier option 60
authorSusant Sahani <susant@redhat.com>
Mon, 14 Jul 2014 08:04:18 +0000 (13:34 +0530)
committerTom Gundersen <teg@jklm.no>
Mon, 14 Jul 2014 09:39:20 +0000 (11:39 +0200)
commitedb85f0d8d0a84f27308a3728f3fde3c52b9dce2
tree21f738340ce15e0230d82b53e471c89c3df89791
parent5d8e593dce074bff966fc0a46579c61b4f3bc33a
networkd: dhcp add vendor class indentifier option 60

Vendor Class Identifier be used by DHCP clients to identify
their vendor type and configuration. When using this option,
vendors can define their own specific identifier values, such
as to convey a particular hardware or operating system
configuration or other identifying information.

Vendor-specified DHCP options—features that let administrators assign
separate options to clients with similar configuration requirements.
For example, if DHCP-aware clients for example we want to separate
different gateway and option for different set of people
(dev/test/hr/finance) in a org or devices for example web/database
servers or let's say in a embedded device etc and require a different
default gateway or DNS server than the rest of clients.
man/systemd.network.xml
src/libsystemd-network/dhcp-protocol.h
src/libsystemd-network/sd-dhcp-client.c
src/network/networkd-link.c
src/network/networkd-network-gperf.gperf
src/network/networkd-network.c
src/network/networkd.h
src/systemd/sd-dhcp-client.h