On Sun, May 29, 2016 at 06:08:08PM +0800, Liping Zhang wrote: > From: Liping Zhang <liping.zhang@xxxxxxxxxxxxxx> > > For example, after we add rule to set priority 1:2, it will be displayed in network > byte order as 0200:0100, this is wrong: > > # nft add rule filter test meta priority set 1:2 > # nft list chain filter test > table ip filter { > chain test { > meta priority set 0200:0100 > } > } Applied, thanks. -- 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