> That needs to go in a dhclient config file, you'll need different config > files for each interface and run dhclient from a hostname.if line like > "!dhclient -c /etc/dhclient-nogw em0".
is it not enough to just append the following to /etc/dhclient.conf?:
interface "em0" {
ignore routers;
}

