Hi,

I have considered the protocol family specification, and I have a working
implementation for adding rules, but I still miss something from printing them.

What I'd like to achieve is not to print protocol family in ip/ip6 tables, but
do it in inet tables.

For example:
        table ip x {
                chain y {
                        type filter hook prerouting priority -150; policy 
accept;
# Now I print this:
                        ip protocol tcp tproxy ip to 1.1.1.1
# but I'd like this:
                        ip protocol tcp tproxy to 1.1.1.1
                }
        }

Is there a way to do this?

Regards,
Máté
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to