Skip to content

Commit

Permalink
Increase ecmp_nhop table size to 256 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
stano45 authored Sep 6, 2024
1 parent 4e79a21 commit 6ac1761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion load_balancer/load_balance.p4
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ control MyIngress(inout headers hdr,
drop;
set_nhop;
}
size = 4;
size = 256;
}
apply {
if (hdr.ipv4.isValid() && hdr.ipv4.ttl > 0) {
Expand Down

0 comments on commit 6ac1761

Please sign in to comment.