7 lines
172 B
Bash
Executable File
7 lines
172 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 "ippos.init" $LANID $Services_Ippos_Interface
|