Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not emit helper jump without helper modules #27

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 22, 2024

  1. Do not emit helper jump without helper modules

    Do not emit helper jump if no helper modules are present saving
    per-every-packet bytecode before ct:
    ```
    inet fw4 prerouting
      [ meta load iifname => reg 1 ]
      [ cmp eq reg 1 0x6c2d7262 0x00006e61 0x00000000 0x00000000 ]
      [ immediate reg 0 jump -> helper_lan ]
      userdata = { \x00-!fw4: Handle lan IPv4/IPv6 helper assignment\x00 }
    ```
    
    Signed-off-by: Andris PE <[email protected]>
    Andris PE committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    84524ea View commit details
    Browse the repository at this point in the history