Change Details
| package/base-files/files/lib/network/config.sh |
| 328 | 328 | local mtu macaddr |
| 329 | 329 | config_get mtu "$config" mtu |
| 330 | 330 | config_get macaddr "$config" macaddr |
| 331 | config_get txqueuelen "$config" txqueuelen |
| 331 | 332 | [ -n "$macaddr" ] && $DEBUG ifconfig "$iface" down |
| 332 | | $DEBUG ifconfig "$iface" ${macaddr:+hw ether "$macaddr"} ${mtu:+mtu $mtu} up |
| 333 | $DEBUG ifconfig "$iface_main" ${macaddr:+hw ether "$macaddr"} ${mtu:+mtu $mtu} ${txqueuelen:+txqueuelen $txqueuelen} up |
| 333 | 334 | } |
| 334 | 335 | set_interface_ifname "$config" "$iface" |
| 335 | 336 | |
Download the corresponding diff file