Project

General

Profile

« Previous | Next » 

Revision 013110a1

Added by Stilez y over 8 years ago

80 character lines ftw :)

Just because it was asked nicely :)

View differences:

src/etc/inc/config.console.inc
532 532
		$vlan['if'] = chop(fgets($fp));
533 533

  
534 534
		if ($vlan['if']) {
535
			if (!array_key_exists($vlan['if'], $iflist) || !is_jumbo_capable($vlan['if'])) {
535
			if (!array_key_exists($vlan['if'], $iflist) || 
536
			    !is_jumbo_capable($vlan['if'])) {
536 537
				printf(gettext("%sInvalid interface name '%s'%s"), "\n", $vlan['if'], "\n");
537 538
				continue;
538 539
			}

Also available in: Unified diff