Skip to content

Commit

Permalink
Attempt to ignore dhcp option 54
Browse files Browse the repository at this point in the history
  • Loading branch information
uubk committed Mar 28, 2024
1 parent ad7bebe commit a2d500c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions conf/kea-dhcp4.conf.env
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
// DHCPv4 configuration starts here. This section will be read by DHCPv4 server
// and will be ignored by other components.
"Dhcp4": {
// Ignore DHCP option 54. At least on N9Ks with VRFs, this gets overwritten by the relay agent!
"compatibility": [
"ignore-dhcp-server-identifier": true,
],

// Add names of your network interfaces to listen on.
"interfaces-config": {
// See section 8.2.4 for more details. You probably want to add just
Expand Down Expand Up @@ -295,10 +300,7 @@
"option-data": [{
"name": "routers",
"data": "10.233.3.1"
}],
"relay": {
"ip-addresses": ["10.233.3.3"]
}
}]
},
{
"subnet": "10.233.4.0/24",
Expand Down

0 comments on commit a2d500c

Please sign in to comment.