mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 16:44:39 +00:00
interfaces: add context to assignment label
Really not much to talk about at length.
This commit is contained in:
parent
383561b6f1
commit
64fb551caa
@ -67,7 +67,7 @@ function list_interfaces()
|
||||
$config_sections['openvpn.openvpn-client'] = ['descr' => 'vpnid,description', 'prefix' => 'ovpnc', 'key' => 'vpnid', 'format' => 'ovpnc%s (OpenVPN Client %s)'];
|
||||
$config_sections['openvpn.openvpn-server'] = ['descr' => 'vpnid,description', 'prefix' => 'ovpns', 'key' => 'vpnid', 'format' => 'ovpns%s (OpenVPN Server %s)'];
|
||||
$config_sections['ppps.ppp'] = ['descr' => 'if,ports,descr,username', 'key' => 'if','format' => '%s (%s) - %s %s', 'fields' => 'type'];
|
||||
$config_sections['vlans.vlan'] = ['descr' => 'vlanif,descr', 'key' => 'vlanif', 'format' => '%s (%s)'];
|
||||
$config_sections['vlans.vlan'] = ['descr' => 'vlanif,descr,if,tag', 'key' => 'vlanif', 'format' => gettext('%s %s (Parent: %s, Tag: %s)')];
|
||||
$config_sections['wireless.clone'] = ['descr' => 'cloneif,descr', 'key' => 'cloneif', 'format' => '%s (%s)'];
|
||||
|
||||
// add physical network interfaces
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user