We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f40436c commit 79a09b8Copy full SHA for 79a09b8
1 file changed
asic/src/softnpu/table.rs
@@ -239,7 +239,7 @@ impl TableOps<Handle> for Table {
239
}
240
241
242
- ("forward", params)
+ ("forward_v6", params)
243
244
(ROUTER4_LOOKUP_RT, "forward_vlan") => {
245
let mut params = Vec::new();
@@ -313,7 +313,7 @@ impl TableOps<Handle> for Table {
313
314
315
316
- ("forward_vlan", params)
+ ("forward_vlan_v6", params)
317
318
(ROUTER6_LOOKUP_IDX, "index") => {
319
0 commit comments