Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 4fe857ed authored by Maciej Żenczykowski's avatar Maciej Żenczykowski
Browse files

ebpf Clat - rename to ClatIngress throughout



The specific fields stored in the key and value structs necessitates
the use of this map only for ingress clat ipv6 -> ipv4 decoding purposes.

At some point we will want to implement ebpf clat egress, and then we'll
need new key/value pairs (and map).

Even though current implementation of eBPF program is ingress only,
it is a bad idea to name these fields src and dst since it can
quickly become confusing.  It is much easier to think of things as
remote and local or simply call something a prefix.

Whether 'local' and 'remote' are 'src' or 'dst' depends on traffic
flow direction...

Test: atest netd_unit_test
Bug: 65674744
Signed-off-by: default avatarMaciej Żenczykowski <maze@google.com>
Change-Id: Iaf4185a547f8dbf8f59ade286eb0fb4b8d09f368
parent 1c06f9c0
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment