jablonka.czprosek.czf

hotsanic

Subversion Repositories:
[/] [trunk/] [modules/] [routing2/] [setup] - Rev 30 Go to most recent revision

Compare with Previous - Blame - Download


#!/bin/sh

if ! [ -e settings ]; then OUTFILE="settings"; else OUTFILE="settings.new"; fi

cat >> $OUTFILE << EOF
# IFACE=<iface>,<description>
#
IFACE=routing2,routovani
EOF


echo
echo "Please check the settings file and adapt it to satisfy your needs."
echo "you have to configure some destination interfaces."

Powered by WebSVN 2.2.1