Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
EHfive committed Nov 22, 2024
1 parent 068d80a commit 6d9f6ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion config.sample.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if_name = "eth2"
# Set either `nat44` or `nat66` to enable NAT.
# Enable NAPT44
nat44 = false
# Enable NAPT66, this requires that einat was bulit with "ipv6" feature flag.
# Enable NAPT66, this requires that einat was built with "ipv6" feature flag.
nat66 = false

# Set max BPF log level
Expand Down
1 change: 0 additions & 1 deletion src/instance/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ fn apply_inet_config<P: InetPrefix, T: EinatEbpf + EinatEbpfInet<P>>(
Ok(())
}

// FIXME: matching network prefix instead of simple `==` comparison
fn remove_binding_and_ct_entries<T: EinatEbpf, P: InetPrefix>(
skel: &mut T,
external_network: &P,
Expand Down

0 comments on commit 6d9f6ee

Please sign in to comment.