Project

General

Profile

« Previous | Next » 

Revision a9b305a8

Added by Chris Buechler almost 10 years ago

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

View differences:

sbin/dhclient-script
322 322

  
323 323
PREINIT)
324 324
	delete_old_alias
325
	$IFCONFIG $interface inet 0.0.0.0 netmask 255.255.255.255 broadcast 255.255.255.255 up
325
	$IFCONFIG $interface inet 0.0.0.0 netmask 255.0.0.0 broadcast 255.255.255.255 up
326 326
	/bin/rm -f /tmp/${interface}_router
327 327
	;;
328 328

  

Also available in: Unified diff