Knowing tables change

Patrick McHardy kaber at trash.net
Mon Mar 13 15:55:11 CET 2006


Sebastien Tricaud wrote:
> Hi folks,
> 
> I would like to know if there is a way to watch for tables alteration.
> 
> I am sure there is a better way than doing "iptables -t table -L" loop
> and compare with previously stored data.

watch -n 1 -d iptables -vxnL :)

> When I look over Internet for possible answers, I can find something
> that would do the job. It seems libpkttnetlink is for this purpose.
> However no developments are latter than 2002. Is it a working stuff and
> nothing has to be improved anymore ?
> 
> At a lower level, I can see libnfnetlink is the low level library I can
> also use for it: there is the following quote -> "provides
> open/close/receive functions only to be used by other libraries
> libctnetlink/libpkttnetlink".

There are no notifications for ruleset updates currently, since
ruleset exchange between kernel and userspace isn't built on
netlink and happens as one atomic operation, so the kernel
doesn't know which rules are new.



More information about the netfilter-devel mailing list