Skip to content

ateomnet: drop the unused PodIPv4 helper - #1635

Open
haiyanmeng wants to merge 1 commit into
agent-substrate:mainfrom
haiyanmeng:remove-unused-podipv4
Open

ateomnet: drop the unused PodIPv4 helper#1635
haiyanmeng wants to merge 1 commit into
agent-substrate:mainfrom
haiyanmeng:remove-unused-podipv4

Conversation

@haiyanmeng

Copy link
Copy Markdown
Collaborator

Nothing calls it, and its comment documents a design that is gone: it says the pod IP stays available for "the temporary inbound DNAT rule", but no DNAT rule exists anywhere in the tree. Inbound traffic reaches the actor through the atunnel ingress server, which proxies to the actor veth address, and InstallActorNftablesRules installs only REDIRECT, masquerade, and forward-accept.

Leaving it in place costs a reader the time to work out which of the two descriptions of actor ingress is the current one.

It's a good idea to open an issue first for discussion.

  • Tests pass
  • Appropriate changes to documentation are included in the PR

Nothing calls it, and its comment documents a design that is gone: it says
the pod IP stays available for "the temporary inbound DNAT rule", but no
DNAT rule exists anywhere in the tree. Inbound traffic reaches the actor
through the atunnel ingress server, which proxies to the actor veth address,
and InstallActorNftablesRules installs only REDIRECT, masquerade, and
forward-accept.

Leaving it in place costs a reader the time to work out which of the two
descriptions of actor ingress is the current one.
@haiyanmeng haiyanmeng added kind/cleanup Small fixes that are not bugs, for example a typo in a code comment area/network labels Sep 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/network kind/cleanup Small fixes that are not bugs, for example a typo in a code comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants