[iptstate-commit] iptstate Changelog, 1.14, 1.15 iptstate.cc, 1.22, 1.23
Brought to you by:
jaymzh
|
From: Phil D. <ja...@us...> - 2011-04-04 05:42:30
|
Update of /cvsroot/iptstate/iptstate In directory vz-cvs-4.sog:/tmp/cvs-serv5713 Modified Files: Changelog iptstate.cc Log Message: - move from tabs to spaces, collapsing tabs to 2 spaces - lots of style cleanups Index: iptstate.cc =================================================================== RCS file: /cvsroot/iptstate/iptstate/iptstate.cc,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- iptstate.cc 4 Apr 2011 04:55:15 -0000 1.22 +++ iptstate.cc 4 Apr 2011 05:42:28 -0000 1.23 @@ -1,12 +1,12 @@ /* - * vim:textwidth=78: + * vim:textwidth=80:tabstop=2:shiftwidth=2:expandtab:ai * * iptstate.cc * IPTables State * * ----------------------------------- * - * Copyright (C) 2002 - 2009 Phil Dibowitz + * Copyright (C) 2002 - 2011 Phil Dibowitz [...4772 lines suppressed...] - out: + out: - /* - * The user has broken out of the loop, take down the curses - */ - end_curses(); + /* + * The user has broken out of the loop, take down the curses + */ + end_curses(); - // And we're done - return(0); + // And we're done + return(0); } // end main - Index: Changelog =================================================================== RCS file: /cvsroot/iptstate/iptstate/Changelog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- Changelog 4 Apr 2011 04:55:14 -0000 1.14 +++ Changelog 4 Apr 2011 05:42:28 -0000 1.15 @@ -1,7 +1,8 @@ 2.2.3 -- IPv6 support +- IPv6 support. Closes #2848930. - Handle filters as in6_addr and uints instead of strings - Fix loopback filtering support +- Fix formatting for ICMP states. Closes #2969917. 2.2.2 - Released 09/19/09 |