File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / coova-chilli / conf / down.sh.in
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 22:48:25 2012 UTC (12 years, 3 months ago) by misho
Branches: coova-chilli, MAIN
CVS tags: v1_0_12, HEAD
coova-chilli

#!/bin/sh
# Coova Chilli - David Bird <david@coova.com>
# Licensed under the GPL, see http://coova.org/
# down.sh /dev/tun0 192.168.0.10 255.255.255.0

. @ETCCHILLI@/functions

[ -e "@VARRUN@/chilli.iptables" ] && sh @VARRUN@/chilli.iptables 2>/dev/null
rm -f @VARRUN@/chilli.iptables 2>/dev/null

# site specific stuff optional
[ -e @ETCCHILLI@/ipdown.sh ] && . @ETCCHILLI@/ipdown.sh

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>