Hello, I want to use dhcpd server to push Wireless Controller's IP address to the APs.
According to this: http://systemnetworksecurity.blogspot.com/2013/02/adding-custom-options-in-isc-dhcpds.html https://www.secuvera.de/blog/capwap-dhcp-option-138-auf-isc-dhcpd-server-einrichten/ I need to add *option capwap* to /etc/dhcpd.conf option capwap code 138 = ip-address; #Custom Option capwap option capwap 192.168.1.110; #WLAN-Controller-IP I can't find the capwap option in dhcp-options(5) i OpenBSD. How can I do what I need using other options/configuration? Thanks! -- Radek