Skip to content

Commit

Permalink
swap out cidr_range_interface for ..._lib (#38165)
Browse files Browse the repository at this point in the history
Commit Message: swap out cidr_range_interface for ..._lib
Additional Description:

Currently `//source/common/common:filter_state_object_matchers_lib` does
not link `source/common/network/cidr_range.cc`. This PR fixes that.

Risk Level: low
Testing: none, quick build rule fix
Docs Changes: none
Release Notes: none
Platform Specific Features: none

Signed-off-by: antoniovleonti <[email protected]>
  • Loading branch information
antoniovleonti authored Jan 26, 2025
1 parent ad2a1c7 commit 5f7ee85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/common/common/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ envoy_cc_library(
"//envoy/common:exception_lib",
"//envoy/common:matchers_interface",
"//envoy/common:pure_lib",
"//source/common/network:cidr_range_interface",
"//source/common/network:cidr_range_lib",
"@com_google_absl//absl/status:statusor",
],
)
Expand Down

0 comments on commit 5f7ee85

Please sign in to comment.