You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
firewall: Don't instantiate the IPv6 table in the IPv4-only case.
Due to an oversight we call `instance()` on the IPv6 endpoints table in
the IPv4-only case. This creates a table that we do not use. This patch
saves 288B in the IPv4-only case.
Signed-off-by: Hugo Lefeuvre <[email protected]>
0 commit comments