Linux users are used to something like:
sudo /etc/init.d/networking restart
which does the entire job … usually.
On FreeBSD you have to restart the routing tables/service separately like this:
sudo /etc/rc.d/netif restart; sudo /etc/rc.d/routing restart