diff options
author | Jamal Hadi Salim <jhs@mojatatu.com> | 2023-12-21 16:31:04 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2024-01-02 12:41:16 +0000 |
commit | 6d6d80e4f6bcb6d975475377c34818f7f7d48eaa (patch) | |
tree | 23d6e599fe791cc933850161b4a13e73e4d0c0ab /arch/loongarch/configs | |
parent | ba24ea129126362e7139fed4e13701ca5b71ac0b (diff) |
net/sched: Remove CONFIG_NET_ACT_IPT from default configs
Now that we are retiring the IPT action.
Reviewed-by: Victor Noguiera <victor@mojatatu.com>
Reviewed-by: Pedro Tammela <pctammela@mojatatu.com>
Signed-off-by: Jamal Hadi Salim <jhs@mojatatu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/loongarch/configs')
-rw-r--r-- | arch/loongarch/configs/loongson3_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/loongarch/configs/loongson3_defconfig b/arch/loongarch/configs/loongson3_defconfig index 33795e4a5bd6..9c333d133c30 100644 --- a/arch/loongarch/configs/loongson3_defconfig +++ b/arch/loongarch/configs/loongson3_defconfig @@ -304,7 +304,6 @@ CONFIG_NET_CLS_ACT=y CONFIG_NET_ACT_POLICE=m CONFIG_NET_ACT_GACT=m CONFIG_NET_ACT_MIRRED=m -CONFIG_NET_ACT_IPT=m CONFIG_NET_ACT_NAT=m CONFIG_NET_ACT_BPF=m CONFIG_OPENVSWITCH=m |