On Sun, Jun 18, 2017 at 2:59 PM, Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> wrote: > On Sat, Jun 17, 2017 at 01:05:42AM +0530, Shyam Saini wrote: >> This test checks bug identified and fixed in the commit mentioned below >> In a statement if there are multiple src data then it would be >> totally ambiguous to decide which value to set. >> >> Before the commit was made it returned 134(BUG), but now it returns 1 >> i.e, an error message. > > Applied, thanks. > > One change though before applying, see below. > >> Test: 986dea8 ("evaluate: avoid reference to multiple src data in >> statements which set values") >> Signed-off-by: Shyam Saini <mayhs11saini@xxxxxxxxx> >> --- >> tests/py/any/ct.t | 10 ++++++++++ >> tests/py/any/meta.t | 8 ++++++++ >> tests/py/bridge/ether.t | 7 +++++++ >> tests/py/inet/tcp.t | 7 +++++++ >> tests/py/inet/udp.t | 7 +++++++ >> tests/py/ip/ip.t | 7 +++++++ >> 6 files changed, 46 insertions(+) >> >> diff --git a/tests/py/any/ct.t b/tests/py/any/ct.t >> index 20f047a..f7c2321 100644 >> --- a/tests/py/any/ct.t >> +++ b/tests/py/any/ct.t >> @@ -58,6 +58,16 @@ ct mark set 0x11;ok;ct mark set 0x00000011 >> ct mark set mark;ok;ct mark set mark >> ct mark set mark map { 1 : 10, 2 : 20, 3 : 30 };ok;ct mark set mark map { 0x00000003 : 0x0000001e, 0x00000002 : 0x00000014, 0x00000001 : 0x0000000a} >> >> +# Following rules tests ambguity while setting the value >> +# sudo nft add rule ip test-ip4 output ct mark set {0x11333, 0x11} >> +# <cmdline>:1:41-55: Error: you cannot use a set here, unknown value to use >> +# add rule ip test-ip4 output ct mark set {0x11333, 0x11} >> +# ~~~~~~~~~~~~^^^^^^^^^^^^^^^ > > No need to copy and paste this over and over again. > > Look, next time you place this in the commit message, we can find the > reason why this line was added via: Sure Thanks > $ git annotate > > So I have removed them all before applying. -- 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