fix a typo
SVN-Revision: 5719
This commit is contained in:
parent
65ce91ec41
commit
545284a609
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ setup_interface() {
|
||||||
|
|
||||||
# Interface settings
|
# Interface settings
|
||||||
config_get mtu "$config" mtu
|
config_get mtu "$config" mtu
|
||||||
config_get macddr "$config" macaddr
|
config_get macaddr "$config" macaddr
|
||||||
$DEBUG ifconfig "$iface" ${macaddr:+hw ether "$macaddr"} ${mtu:+mtu $mtu} up
|
$DEBUG ifconfig "$iface" ${macaddr:+hw ether "$macaddr"} ${mtu:+mtu $mtu} up
|
||||||
|
|
||||||
pidfile="/var/run/$iface.pid"
|
pidfile="/var/run/$iface.pid"
|
||||||
|
|
Loading…
Reference in a new issue