Lines Matching full:prefix
4 "name": "Add xt action with log-prefix",
17 "cmdUnderTest": "$TC action add action xt -j LOG --log-prefix PONG index 100",
20 … "matchPattern": "action order [0-9]*:.*target LOG level warning prefix \"PONG\".*index 100 ref",
28 "name": "Replace xt action log-prefix",
41 "$TC action add action xt -j LOG --log-prefix PONG index 1",
47 "cmdUnderTest": "$TC action replace action xt -j LOG --log-prefix WIN index 1",
50 … "matchPattern": "action order [0-9]*:.*target LOG level warning prefix \"WIN\".*index 1 ref",
71 "$TC action add action xt -j LOG --log-prefix PONG index 1000",
80 … "matchPattern": "action order [0-9]*:.*target LOG level warning prefix \"PONG\".*index 1000 ref",
101 "$TC action add action xt -j LOG --log-prefix PONG index 1000",
110 … "matchPattern": "action order [0-9]*:.*target LOG level warning prefix \"PONG\".*index 1000 ref",
130 "$TC action add action xt -j LOG --log-prefix PONG index 1001",
131 "$TC action add action xt -j LOG --log-prefix WIN index 1002",
132 "$TC action add action xt -j LOG --log-prefix LOSE index 1003"
157 "$TC action add action xt -j LOG --log-prefix PONG index 1001",
158 "$TC action add action xt -j LOG --log-prefix WIN index 1002",
159 "$TC action add action xt -j LOG --log-prefix LOSE index 1003"
184 "$TC action add action xt -j LOG --log-prefix PONG index 101"
186 "cmdUnderTest": "$TC action add action xt -j LOG --log-prefix WIN index 101",
189 … "matchPattern": "action order [0-9]*:.*target LOG level warning prefix \"PONG\".*index 101",
210 "cmdUnderTest": "$TC action add action xt -j LOG --log-prefix WIN index 4294967296",
213 "matchPattern": "action order [0-9]*:*target LOG level warning prefix \"WIN\"",