7 lines
177 B
Bash
Executable File
7 lines
177 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Called on ip-up event on a LAN interface
|
|
# $LANID= LAN connection index
|
|
. /etc/bewan/lib/process
|
|
process_ip_down "lynx.init" $LANID $Services_UpnpTracker_Interface
|