* [nftables PATCH] scanner: Add udplite value for parsing it.
@ 2014-05-27 14:30 Alvaro Neira Ayuso
2014-05-28 9:24 ` Pablo Neira Ayuso
0 siblings, 1 reply; 2+ messages in thread
From: Alvaro Neira Ayuso @ 2014-05-27 14:30 UTC (permalink / raw)
To: netfilter-devel
From: Álvaro Neira Ayuso <alvaroneay@gmail.com>
When we add a udplite rule, we can't because we have forgot
to add this parameter in the scanner and nft doesn't detect it.
Signed-off-by: Alvaro Neira Ayuso <alvaroneay@gmail.com>
---
src/scanner.l | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/scanner.l b/src/scanner.l
index 8371e6f..ff03e2a 100644
--- a/src/scanner.l
+++ b/src/scanner.l
@@ -363,6 +363,7 @@ addrstring ({macaddr}|{ip4addr}|{ip6addr})
"cpi" { return CPI; }
"udp" { return UDP; }
+"udplite" { return UDPLITE; }
"sport" { return SPORT; }
"dport" { return DPORT; }
--
1.7.10.4
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [nftables PATCH] scanner: Add udplite value for parsing it.
2014-05-27 14:30 [nftables PATCH] scanner: Add udplite value for parsing it Alvaro Neira Ayuso
@ 2014-05-28 9:24 ` Pablo Neira Ayuso
0 siblings, 0 replies; 2+ messages in thread
From: Pablo Neira Ayuso @ 2014-05-28 9:24 UTC (permalink / raw)
To: Alvaro Neira Ayuso; +Cc: netfilter-devel
On Tue, May 27, 2014 at 04:30:11PM +0200, Alvaro Neira Ayuso wrote:
> From: Álvaro Neira Ayuso <alvaroneay@gmail.com>
>
> When we add a udplite rule, we can't because we have forgot
> to add this parameter in the scanner and nft doesn't detect it.
Applied. For the record, I have renamed the title of this patch to:
scanner: Add udplite token
Please, try to select better patch titles, the idea is that a quick
glance via git log --oneline provides a description sufficiently
expressive to the reader so you only need to read the full description
in case you want details. Thanks.
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-05-28 9:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-27 14:30 [nftables PATCH] scanner: Add udplite value for parsing it Alvaro Neira Ayuso
2014-05-28 9:24 ` Pablo Neira Ayuso
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).