Re: [PATCH v5] libxt_CONNMARK: Support bit-shifting for --restore,set and save-mark

2018-05-08 Thread Jack Ma
Hi Pablo, Sure thank you, Will do. Regards, Jack-- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH v5] libxt_CONNMARK: Support bit-shifting for --restore,set and save-mark

2018-05-08 Thread Pablo Neira Ayuso
On Tue, Apr 24, 2018 at 02:58:57PM +1200, Jack Ma wrote: > This patch adds a new feature to iptables that allow bitshifting for > --restore,set and save-mark operations. This allows existing logic > operators (and, or and xor) and mask to co-operate with new bitshift > operations. > > The

[PATCH v5] libxt_CONNMARK: Support bit-shifting for --restore,set and save-mark

2018-04-23 Thread Jack Ma
This patch adds a new feature to iptables that allow bitshifting for --restore,set and save-mark operations. This allows existing logic operators (and, or and xor) and mask to co-operate with new bitshift operations. The intention is to provide uses with more fexible uses of skb->mark and