=================================================================== RCS file: /home/cvsd/home/cvs/scripts/shell/firewall/ifconfig-parse.awk,v retrieving revision 1.1 retrieving revision 1.3 diff -u -p -r1.1 -r1.3 --- scripts/shell/firewall/ifconfig-parse.awk 2006/01/12 19:00:16 1.1 +++ scripts/shell/firewall/ifconfig-parse.awk 2006/01/12 19:06:36 1.3 @@ -4,15 +4,21 @@ # ifconfig-parse.awk - parse output from ifconfig and print # in format suitable for eval in shell # -# Only Linux is supported, but *MULTIPLE* IP address per device +# Only Linux is supported, but *MULTIPLE* IP address per device. +# +# If you need parse ifconfig output on FreeBSD, use ifconfig-parse.sh +# script instead. # # Developed by Lubommir Host 'rajo' # Copyright (c) 2006 Platon SDG # Licensed under terms of GNU General Public License. # All rights reserved. # +# Changelog: +# 2006-01-12 - created +# -# $Platon: scripts/shell/firewall/ifconfig-parse.sh,v 1.3 2005/03/04 23:54:05 rajo Exp $ +# $Platon: scripts/shell/firewall/ifconfig-parse.awk,v 1.3 2005/03/04 23:54:05 rajo Exp $ BEGIN { iface_count = 0;