Skip to content

Commit 36f7d11

Browse files
committed
tweak table tests
1 parent a6ec4a4 commit 36f7d11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dpd-client/tests/integration_tests/table_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ use dpd_client::types;
4040
// investigating. If it only changes by an entry or two, it's fine to just
4141
// adjust the constant below to match the observed result.
4242
//
43-
const IPV4_LPM_SIZE: usize = 8124; // ipv4 forwarding table
43+
const IPV4_LPM_SIZE: usize = 8125; // ipv4 forwarding table
4444
const IPV6_LPM_SIZE: usize = 1023; // ipv6 forwarding table
4545
const SWITCH_IPV4_ADDRS_SIZE: usize = 511; // ipv4 addrs assigned to our ports
4646
const SWITCH_IPV6_ADDRS_SIZE: usize = 511; // ipv6 addrs assigned to our ports

0 commit comments

Comments
 (0)