diff options
author | Jamal Hadi Salim <jhs@mojatatu.com> | 2023-12-21 22:31:04 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2024-01-02 13:41:16 +0100 |
commit | 6d6d80e4f6bcb6d975475377c34818f7f7d48eaa (patch) | |
tree | 23d6e599fe791cc933850161b4a13e73e4d0c0ab /arch/sh | |
parent | net/sched: Retire ipt action (diff) | |
download | linux-6d6d80e4f6bcb6d975475377c34818f7f7d48eaa.tar.xz linux-6d6d80e4f6bcb6d975475377c34818f7f7d48eaa.zip |
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/sh')
-rw-r--r-- | arch/sh/configs/titan_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/configs/titan_defconfig b/arch/sh/configs/titan_defconfig index 871092753591..c1032559ecd4 100644 --- a/arch/sh/configs/titan_defconfig +++ b/arch/sh/configs/titan_defconfig @@ -138,7 +138,6 @@ CONFIG_NET_ACT_POLICE=m CONFIG_NET_ACT_GACT=m CONFIG_GACT_PROB=y CONFIG_NET_ACT_MIRRED=m -CONFIG_NET_ACT_IPT=m CONFIG_NET_ACT_PEDIT=m CONFIG_FW_LOADER=m CONFIG_CONNECTOR=m |