Skip to content

Commit 79a09b8

Browse files
authored
fix v4 over v6 action names (#211)
1 parent f40436c commit 79a09b8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

asic/src/softnpu/table.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ impl TableOps<Handle> for Table {
239239
}
240240
}
241241
}
242-
("forward", params)
242+
("forward_v6", params)
243243
}
244244
(ROUTER4_LOOKUP_RT, "forward_vlan") => {
245245
let mut params = Vec::new();
@@ -313,7 +313,7 @@ impl TableOps<Handle> for Table {
313313
}
314314
}
315315
}
316-
("forward_vlan", params)
316+
("forward_vlan_v6", params)
317317
}
318318
(ROUTER6_LOOKUP_IDX, "index") => {
319319
let mut params = Vec::new();

0 commit comments

Comments
 (0)