Re: [PATCH nft] src: fix compile error due to _UNTIL renamed to _MODULUS in libnftnl

2016-09-12 Thread Liping Zhang
2016-09-12 17:49 GMT+08:00 Laura Garcia : > On Sun, Sep 11, 2016 at 04:35:57PM +0800, Liping Zhang wrote: >> From: Liping Zhang >> >> In the latest libnftnl, NFTNL_EXPR_NG_UNTIL was renamed to >> NFTNL_EXPR_NG_MODULUS, so compile error happened: >>

Re: [PATCH nft] src: fix compile error due to _UNTIL renamed to _MODULUS in libnftnl

2016-09-12 Thread Laura Garcia
On Sun, Sep 11, 2016 at 04:35:57PM +0800, Liping Zhang wrote: > From: Liping Zhang > > In the latest libnftnl, NFTNL_EXPR_NG_UNTIL was renamed to > NFTNL_EXPR_NG_MODULUS, so compile error happened: > netlink_linearize.c: In function ‘netlink_gen_numgen’: >

[PATCH nft] src: fix compile error due to _UNTIL renamed to _MODULUS in libnftnl

2016-09-11 Thread Liping Zhang
From: Liping Zhang In the latest libnftnl, NFTNL_EXPR_NG_UNTIL was renamed to NFTNL_EXPR_NG_MODULUS, so compile error happened: netlink_linearize.c: In function ‘netlink_gen_numgen’: netlink_linearize.c:184:26: error: ‘NFTNL_EXPR_NG_UNTIL’ undeclared (first use