Update BUILDING_FREEBSD_KERNEL_FOR_NETMAP.md

This commit is contained in:
bolt17 2015-06-04 08:53:18 +03:00
parent 28643cc136
commit 53be2bfbcd

View File

@ -18,6 +18,8 @@ Enable netmap startup on server load:
```bash
echo 'netmap_load="YES"' >> /boot/loader.conf
```
To activate Netmap on your server you have to turn your interface on promiscuous mode:
ifconfig <interface> promisc
And should rebuild kernel manually.