- # make sure the network state references the correct ifname
- scan_ppp "$config"
- config_get ifname "$config" ifname
- set_interface_ifname "$config" "$ifname"
+ local mtu
+ config_get mtu "$config" mtu 1492
+
+ local ac
+ config_get ac "$config" ac
+
+ local service
+ config_get service "$config" service