Hi,
I think I found a typo in socket.h at nftables repository. It is just a
small fix so I propose this patch.
---
From c788837976b674878d8ea819e97e9b4a762db91d Mon Sep 17 00:00:00 2001
From: Fernando Fernandez Mancera <ffmancera@xxxxxxxxxx>
Date: Sat, 21 Jul 2018 21:39:09 +0200
Subject: [PATCH nftables] src: fix a typo in socket.h
Fix a typo in socket_template struct description.
Signed-off-by: Fernando Fernandez Mancera <ffmancera@xxxxxxxxxx>
---
include/socket.h | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/include/socket.h b/include/socket.h
index 1814974..d99526b 100644
--- a/include/socket.h
+++ b/include/socket.h
@@ -1,10 +1,8 @@
#ifndef NFTABLES_SOCKET_H
#define NFTABLES_SOCKET_H
-//#include <parser.h>
-
/**
- * struct rt_template - template for routing expressions
+ * struct socket_template - template for socket expressions
*
* @token: parser token for the expression
* @dtype: data type of the expression
--
2.18.0
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html