A-38
Cisco Aironet 600 Series OfficeExtend Access Point User Guide
Appendix A Open Source Used In Cisco Aironet 600 Series OfficeExtend Access Point
iptables 1.2.7a 2
iptables 1.2.7a 2
Available under license:
* Code to restore the iptables state, from file by ip6tables-save.
* Author: Andras Kis-Szabo <[email protected]
*
* based on iptables-restore
* Authors:
* Harald Welte <[email protected]
* Rusty Russell <[email protected]
* This code is distributed under the terms of GNU GPL v2
*
* $Id: ip6tables-restore.c,v 1.10 2002/08/14 11:40:41 laforge Exp $
*/
/*
* Author: [email protected] and [email protected]
*
* (C) 2000-2002 by the netfilter coreteam <[email protected]
* Paul ’Rusty’ Russell <[email protected]
* Marc Boucher <[email protected]
* James Morris <[email protected]
* Harald Welte <[email protected]
* Jozsef Kadlecsik <[email protected]
*
*This program is free software; you can redistribute it and/or modify
*it under the terms of the GNU General Public License as published by
*the Free Software Foundation; either version 2 of the License, or
*(at your option) any later version.
*
*This program is distributed in the hope that it will be useful,
*but WITHOUT ANY WARRANTY; without even the implied warranty of
*MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*GNU General Public License for more details.
*
*You should have received a copy of the GNU General Public License
*along with this program; if not, write to the Free Software
*Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
/*
* libipq.c
*
* IPQ userspace library.
*
* Please note that this library is still developmental, and there may
* be some API changes.
*
* Author: James Morris <[email protected]