Project

General

Profile

Download (205 Bytes) Statistics
| Branch: | Tag: | Revision:
1 8d964cea Ermal
#!/bin/sh
2 8f563bb4 Ermal
/sbin/pfctl -i $1 -Fs
3 8d964cea Ermal
# delete the node just in case mpd cannot do that
4
/bin/rm -f /var/etc/nameserver_$1
5
/bin/rm -f /tmp/$1_router
6
/bin/rm -f /tmp/$1up
7 0ae6daf8 Ermal
/usr/local/sbin/pfSctl -c 'filter reload'