Skip to content

Wireguard RX bypasses netif->input and calls ip_input directly. #15

Description

@djorr5

Hey, had a crash on my esp board whilst testing. From ml_wg_mgr we explicitly assign netif->input = tcpip_input but it appeared from my logs that the wireguardif_process_data_message function in wireguardif.c calls ip_input(pbuf, device->netif); directly. Are we bypassing the thread model setup or is it meant to function this way?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions