Skip to content

Commit

Permalink
feat: for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
rvql committed Feb 14, 2025
1 parent 259fa3a commit 6405185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/src/config/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ impl Default for AfPacket {
Self {
interface_regex: "^(tap.*|cali.*|veth.*|eth.*|en[osipx].*|lxc.*|lo|[0-9a-f]+_h)$"
.to_string(),
inner_interface_capture_enabled: false,
inner_interface_capture_enabled: true,
inner_interface_regex: r"^eth\d+$".to_string(),
bond_interfaces: vec![],
extra_netns_regex: "".to_string(),
Expand Down

0 comments on commit 6405185

Please sign in to comment.