Skip to content

Commit

Permalink
interfaces: tiny cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Jul 13, 2021
1 parent 4a1bc9f commit 354835a
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/www/interfaces.php
Original file line number Diff line number Diff line change
Expand Up @@ -369,13 +369,17 @@ function get_wireless_channel_info($interface) {
'dhcp6vlanprio',
'dhcphostname',
'dhcprejectfrom',
'disablechecksumoffloading',
'disablelargereceiveoffloading',
'disablesegmentationoffloading',
'disablevlanhwfilter',
'gateway',
'gateway-6rd',
'gatewayv6',
'hw_settings_overwrite',
'if',
'ipaddr',
'ipaddrv6',
'ipaddrv6',
'media',
'mediaopt',
'mss',
Expand All @@ -388,11 +392,6 @@ function get_wireless_channel_info($interface) {
'subnetv6',
'track6-interface',
'track6-prefix-id',
'hw_settings_overwrite',
'disablechecksumoffloading',
'disablesegmentationoffloading',
'disablelargereceiveoffloading',
'disablevlanhwfilter',
);
foreach ($std_copy_fieldnames as $fieldname) {
$pconfig[$fieldname] = isset($a_interfaces[$if][$fieldname]) ? $a_interfaces[$if][$fieldname] : null;
Expand Down

0 comments on commit 354835a

Please sign in to comment.