@@ -160,7 +160,7 @@ func TestEgressIP(t *testing.T) {
160
160
err = assertFlowChanges (origFlows , flows ,
161
161
flowChange {
162
162
kind : flowAdded ,
163
- match : []string {"table=100" , "reg0=44" , "0xac110066->pkt_mark" , "output:2 " },
163
+ match : []string {"table=100" , "reg0=44" , "0xac110066->pkt_mark" , "goto_table:101 " },
164
164
},
165
165
)
166
166
if err != nil {
@@ -195,7 +195,7 @@ func TestEgressIP(t *testing.T) {
195
195
err = assertFlowChanges (origFlows , flows ,
196
196
flowChange {
197
197
kind : flowAdded ,
198
- match : []string {"table=100" , "reg0=45" , "0xac110067->pkt_mark" , "output:2 " },
198
+ match : []string {"table=100" , "reg0=45" , "0xac110067->pkt_mark" , "goto_table:101 " },
199
199
},
200
200
)
201
201
if err != nil {
@@ -216,7 +216,7 @@ func TestEgressIP(t *testing.T) {
216
216
err = assertFlowChanges (origFlows , flows ,
217
217
flowChange {
218
218
kind : flowRemoved ,
219
- match : []string {"table=100" , "reg0=44" , "0xac110066->pkt_mark" , "output:2 " },
219
+ match : []string {"table=100" , "reg0=44" , "0xac110066->pkt_mark" , "goto_table:101 " },
220
220
},
221
221
)
222
222
if err != nil {
@@ -262,7 +262,7 @@ func TestEgressIP(t *testing.T) {
262
262
err = assertFlowChanges (origFlows , flows ,
263
263
flowChange {
264
264
kind : flowRemoved ,
265
- match : []string {"table=100" , "reg0=45" , "0xac110067->pkt_mark" , "output:2 " },
265
+ match : []string {"table=100" , "reg0=45" , "0xac110067->pkt_mark" , "goto_table:101 " },
266
266
},
267
267
flowChange {
268
268
kind : flowAdded ,
0 commit comments