[PATCH ulogd] XML: support nflog pkt output

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



plugin input type ULOGD_DTYPE_RAW was missing

Signed-off-by: Ken-ichirou MATSUZAWA <chamas@xxxxxxxxxxxxx>
---
 output/ulogd_output_XML.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/output/ulogd_output_XML.c b/output/ulogd_output_XML.c
index ba33739..ea7ed96 100644
--- a/output/ulogd_output_XML.c
+++ b/output/ulogd_output_XML.c
@@ -314,7 +314,7 @@ static struct ulogd_plugin xml_plugin = {
 	.input = {
 		.keys = xml_inp,
 		.num_keys = ARRAY_SIZE(xml_inp),
-		.type = ULOGD_DTYPE_FLOW | ULOGD_DTYPE_SUM,
+		.type = ULOGD_DTYPE_FLOW | ULOGD_DTYPE_SUM | ULOGD_DTYPE_RAW,
 	},
 	.output = {
 		.type = ULOGD_DTYPE_SINK,
-- 
2.30.2




[Index of Archives]     [Netfitler Users]     [Berkeley Packet Filter]     [LARTC]     [Bugtraq]     [Yosemite Forum]

  Powered by Linux