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

IP address and policy removal on connection update #437

Merged
merged 6 commits into from
Mar 25, 2022

Commits on Mar 21, 2022

  1. IP address removal on connection update

    * Based on interfaces addresses, IPs in IPContext are filtered: to add/to removed
    
    Signed-off-by: Lionel Jouin <[email protected]>
    LionelJouin committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    6f5b870 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. Policy route removal on connection update

    * Based on memory, Policies are filtered: to add/to removed
    * Doesn't support forwarder resiliency. If the forwarder restart, the
      existing policy routes are forgotten
    
    Signed-off-by: Lionel Jouin <[email protected]>
    LionelJouin committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    147837a View commit details
    Browse the repository at this point in the history
  2. Flush table, remove empty ip rule entries

    * Flush table
    * Remove empty ip rule entries on close
    * Remove unused code
    
    Signed-off-by: Lionel Jouin <[email protected]>
    LionelJouin committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    61d18a5 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. Dump table ids

    Signed-off-by: Artem Glazychev <[email protected]>
    glazychev-art committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    1ed5010 View commit details
    Browse the repository at this point in the history
  2. Fix linter issues

    Signed-off-by: Artem Glazychev <[email protected]>
    glazychev-art committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    982980d View commit details
    Browse the repository at this point in the history
  3. fix comment

    Signed-off-by: Artem Glazychev <[email protected]>
    glazychev-art committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    3591e49 View commit details
    Browse the repository at this point in the history