UsbNetworking: 99-usbnet.rules

File 99-usbnet.rules, 280 bytes (added by alecrim, 22 months ago)
Line 
1SUBSYSTEM=="net", DRIVERS=="?*", GOTO="net_start_tt"
2GOTO="net_end_tt"
3LABEL="net_start_tt"
4
5# Bring devices up and down only if they're marked auto.
6# Use start-stop-daemon so we don't wait on dhcp
7ACTION=="add",          RUN+="/sbin/ifconfig usb0 10.0.1.11"
8
9LABEL="net_end_tt"