Re: [PATCH] rule: print handle attribute in more clearer manner

2018-03-09 Thread Pablo Neira Ayuso
On Thu, Mar 08, 2018 at 10:16:13PM +0530, Harsha Sharma wrote: > Print handles in this way: > > table ip filter { # handle 2 > } > Similarly, for chain, set and object handles Applied, thanks Harsha. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a

[PATCH] rule: print handle attribute in more clearer manner

2018-03-08 Thread Harsha Sharma
Print handles in this way: table ip filter { # handle 2 } Similarly, for chain, set and object handles Signed-off-by: Harsha Sharma --- src/rule.c | 63 +++--- 1 file changed, 32 insertions(+), 31 deletions(-)