From 641d119536c12f883ff152b1a4dab66e1720cdb4 Mon Sep 17 00:00:00 2001 From: Dust Li Date: Fri, 29 Mar 2019 15:12:59 +0800 Subject: [PATCH] configs: Add IFB driver support. 'CONFIG_IFB=m' IFB driver is needed to do ingress traffic control. Signed-off-by: Dust Li --- config-4.19.y-x86_64 | 2 +- config-4.19.y-x86_64-debug | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config-4.19.y-x86_64 b/config-4.19.y-x86_64 index b3f376c3a673..1529539965f0 100644 --- a/config-4.19.y-x86_64 +++ b/config-4.19.y-x86_64 @@ -1820,7 +1820,7 @@ CONFIG_NET_CORE=y CONFIG_DUMMY=m # CONFIG_EQUALIZER is not set # CONFIG_NET_FC is not set -# CONFIG_IFB is not set +CONFIG_IFB=m # CONFIG_NET_TEAM is not set CONFIG_MACVLAN=y CONFIG_MACVTAP=y diff --git a/config-4.19.y-x86_64-debug b/config-4.19.y-x86_64-debug index df4ea9c769bf..2fa05198f3bf 100644 --- a/config-4.19.y-x86_64-debug +++ b/config-4.19.y-x86_64-debug @@ -1819,7 +1819,7 @@ CONFIG_NET_CORE=y CONFIG_DUMMY=m # CONFIG_EQUALIZER is not set # CONFIG_NET_FC is not set -# CONFIG_IFB is not set +CONFIG_IFB=m # CONFIG_NET_TEAM is not set CONFIG_MACVLAN=y CONFIG_MACVTAP=y -- GitLab