Sorry, I can't find anything in Google about my problem. I made my netbook for WiFi AP - with bridge WiFi and ethernet interfaces. but IP to ethernet I get from dhcp - and I put in rc.conf next line:
and after reboot my bridge is empty
But if I delete string about dhcp to bridge - all ok, but after logon I need to run
[cmd=]#dhclient bridge0[/cmd]
What do I need to write in rc.conf to send request from bridge to dhcpd on boot?
Code:
cloned_interfaces="bridge0"
ifconfig_bridge0="addm re0 addm wlan0 up"
create_args_wlan0="wlanmode hostap"
ifconfig_wlan0="up"
ifconfig_wlan0="up ssid freebsdap mode 11g channel any"
ifconfig_re0="up"
ifconfig_bridge0="DHCP"
and after reboot my bridge is empty

But if I delete string about dhcp to bridge - all ok, but after logon I need to run
[cmd=]#dhclient bridge0[/cmd]
What do I need to write in rc.conf to send request from bridge to dhcpd on boot?