mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Convert friendly interface name to real name
This commit is contained in:
parent
5b99120951
commit
015b7184b9
@ -1090,8 +1090,9 @@ EODE;
|
||||
|
||||
foreach($config['installedpackages']['olsrd']['config'] as $config) {
|
||||
foreach($config['interface_array'] as $interface) {
|
||||
$realinterface = convert_friendly_interface_to_real_interface_name($interface);
|
||||
$olsr .= <<<EOD
|
||||
Interface "{$interface}"
|
||||
Interface "{$realinterface}"
|
||||
{
|
||||
|
||||
# IPv4 broadcast address to use. The
|
||||
|
||||
Loading…
Reference in New Issue
Block a user