Depending on your routing, you may be able to get away with simply:
source /etc/rc
Or maybe this IF YOUR NETWORKING IS PERFECTLY SETUP IN /ETC/RC
route -f ; source /etc/rc
That will clear any routes and then re-execute the commands in the rc file.
I.E. bring up any new interfaces and establish any default routes.