6 lines
96 B
Bash
Executable File
6 lines
96 B
Bash
Executable File
#!/bin/sh
|
|
if [ "$1" = "lease" ]
|
|
then
|
|
echo add_address "$2" "$3" | uc /var/run/l3roamd.sock
|
|
fi
|