dhcp_reject_servers
Description:
[ CCode ( array_length = false , array_null_terminated = true ) ]
[ NoAccessorMethod ]
[ Version ( since = "1.28" ) ]
public string[] dhcp_reject_servers { owned get; set; }
[ NoAccessorMethod ]
[ Version ( since = "1.28" ) ]
public string[] dhcp_reject_servers { owned get; set; }
Array of servers from which DHCP offers must be rejected.
This property is useful to avoid getting a lease from misconfigured or rogue servers.
For DHCPv4, each element must be an IPv4 address, optionally followed by a slash and a prefix length (e.g. "192.168.122.0/24").
This property is currently not implemented for DHCPv6.