[nftables tree] Allow newlines in sets and maps

Patrick McHardy netfilter-cvslog-bounces at lists.netfilter.org
Wed Mar 18 10:33:13 CET 2009


Gitweb:		http://git.netfilter.org/cgi-bin/gitweb.cgi?p=nftables.git;a=commit;h=075935852307c39ada8e95beb22c9f0df7e597f8
commit 075935852307c39ada8e95beb22c9f0df7e597f8
Author:     Patrick McHardy <kaber at trash.net>
AuthorDate: Wed Mar 18 10:32:56 2009 +0100
Commit:     Patrick McHardy <kaber at trash.net>
CommitDate: Wed Mar 18 10:32:56 2009 +0100

    Allow newlines in sets and maps
    
    Signed-off-by: Patrick McHardy <kaber at trash.net>

commit 889df7988d1084da92c354339da7246d88ff10d5
Author:     Patrick McHardy <kaber at trash.net>
AuthorDate: Wed Mar 18 08:20:02 2009 +0100
Commit:     Patrick McHardy <kaber at trash.net>
CommitDate: Wed Mar 18 08:20:02 2009 +0100

    kill obsolete TODO item
    
    Signed-off-by: Patrick McHardy <kaber at trash.net>
       via  075935852307c39ada8e95beb22c9f0df7e597f8 (commit)
       via  889df7988d1084da92c354339da7246d88ff10d5 (commit)
      from  d1f959589a804ff01288ae2cc610d6679415d772 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 075935852307c39ada8e95beb22c9f0df7e597f8
Author: Patrick McHardy <kaber at trash.net>
Date:   Wed Mar 18 10:32:56 2009 +0100

    Allow newlines in sets and maps
    
    Signed-off-by: Patrick McHardy <kaber at trash.net>

commit 889df7988d1084da92c354339da7246d88ff10d5
Author: Patrick McHardy <kaber at trash.net>
Date:   Wed Mar 18 08:20:02 2009 +0100

    kill obsolete TODO item
    
    Signed-off-by: Patrick McHardy <kaber at trash.net>

-----------------------------------------------------------------------

 TODO         |    2 --
 src/parser.y |   40 +++++++++++++++++++++++++++++-----------
 2 files changed, 29 insertions(+), 13 deletions(-)
Signed-off-by: Patrick McHardy <kaber at trash.net>

diff --git a/TODO b/TODO
index 20ab42d..bf840de 100644
--- a/TODO
+++ b/TODO
@@ -3,9 +3,7 @@ nftables frontend
 - Define lexical distinction between keywords, symbolic constants and
   identifiers
 - Define syntax for changing data (connmark, meta etc.)
-- shorter syntax for specifying rules: entire chains without repeating "rule add ..."
 - payload syntax for matching on IP headers of IPIP/GRE tunnels etc.
-
 - netlink monitor for CLI
 
 Kernel



More information about the netfilter-cvslog mailing list