Project

General

Profile

Actions

Bug #12831

closed

Typo in in /etc/inc/interfaces.inc line 1107

Added by Jason Foley about 2 years ago. Updated about 2 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
LAGG Interfaces
Target version:
Start date:
Due date:
% Done:

100%

Estimated time:
Plus Target Version:
Release Notes:
Force Exclusion
Affected Version:
2.7.0
Affected Architecture:

Description

This typo caused a crash on boot. (attached)

mwexec("/sbin/ifconfig " escapeshellarg($laggif) . " laggproto " . escapeshellarg($lagg['proto']) . " {$lacptimeout} {$lagghash}");

should be

mwexec("/sbin/ifconfig " . escapeshellarg($laggif) . " laggproto " . escapeshellarg($lagg['proto']) . " {$lacptimeout} {$lagghash}");


Files

crash.log (361 Bytes) crash.log Crash Jason Foley, 02/19/2022 03:24 AM

Related issues

Related to Feature #12819: GUI option to configure layers for LACP hashResolvedViktor Gurov

Actions
Actions

Also available in: Atom PDF