On 12/04/2017 03:09 AM, [email protected] wrote:
From: He Zhe <[email protected]>
merged. Bruce
Signed-off-by: He Zhe <[email protected]> --- 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
-- _______________________________________________ linux-yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/linux-yocto
