Set this to /8 instead since that's how it's done in stock FreeBSD 10.1. Ticket #3941

This commit is contained in:
Chris Buechler 2014-11-10 21:52:52 -06:00
parent b0533f16c4
commit a9b305a84a
1 changed files with 1 additions and 1 deletions

View File

@ -322,7 +322,7 @@ MEDIUM)
PREINIT)
delete_old_alias
$IFCONFIG $interface inet 0.0.0.0 netmask 255.255.255.255 broadcast 255.255.255.255 up
$IFCONFIG $interface inet 0.0.0.0 netmask 255.0.0.0 broadcast 255.255.255.255 up
/bin/rm -f /tmp/${interface}_router
;;