[linux-yocto] [yocto-kernel-cache][PATCH] vrf: Add feature

zhe.he at windriver.com zhe.he at windriver.com
Mon Dec 4 00:09:27 PST 2017


From: He Zhe <zhe.he at windriver.com>

Signed-off-by: He Zhe <zhe.he at windriver.com>
---
 features/vrf/vrf.cfg | 4 ++++
 features/vrf/vrf.scc | 4 ++++
 2 files changed, 8 insertions(+)
 create mode 100644 features/vrf/vrf.cfg
 create mode 100644 features/vrf/vrf.scc

diff --git a/features/vrf/vrf.cfg b/features/vrf/vrf.cfg
new file mode 100644
index 0000000..32d0a05
--- /dev/null
+++ b/features/vrf/vrf.cfg
@@ -0,0 +1,4 @@
+CONFIG_IP_MULTIPLE_TABLES=y
+CONFIG_IPV6_MULTIPLE_TABLES=y
+CONFIG_NET_L3_MASTER_DEV=y
+CONFIG_NET_VRF=m
diff --git a/features/vrf/vrf.scc b/features/vrf/vrf.scc
new file mode 100644
index 0000000..1ff0f9b
--- /dev/null
+++ b/features/vrf/vrf.scc
@@ -0,0 +1,4 @@
+define KFEATURE_DESCRIPTION "Enable Virtual Routing and Forwarding (Lite) support"
+define KFEATURE_COMPATIBILITY all
+
+kconf non-hardware vrf.cfg
-- 
2.8.1



More information about the linux-yocto mailing list