Skip to content

Commit

Permalink
Remove unused clear-conntrack flag (#32948)
Browse files Browse the repository at this point in the history
  • Loading branch information
hakonhall authored Nov 26, 2024
1 parent 61a4a63 commit 073cb00
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions flags/src/main/java/com/yahoo/vespa/flags/Flags.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,6 @@ public class Flags {

private static volatile TreeMap<FlagId, FlagDefinition> flags = new TreeMap<>();

public static final UnboundIntFlag CLEAR_CONNTRACK = defineIntFlag(
"clear-conntrack", 3,
List.of("hakonhall"), "2024-10-28", "2024-11-28",
"Clear the conntrack table:" +
" bit 0: after NAT/NPT rules changes." +
" bit 1: after WireGuard changes.",
"See description");

public static final UnboundDoubleFlag DEFAULT_TERM_WISE_LIMIT = defineDoubleFlag(
"default-term-wise-limit", 1.0,
List.of("baldersheim"), "2020-12-02", "2024-12-31",
Expand Down

0 comments on commit 073cb00

Please sign in to comment.