projects
/
platform
/
kernel
/
tizen-kernel-configs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25d6649
)
Tizen_6.5: Add virtual network options for docker-engine
41/262241/1
tizen_6.5
author
Seung-Woo Kim
<sw0312.kim@samsung.com>
Thu, 5 Aug 2021 02:07:49 +0000
(11:07 +0900)
committer
Seung-Woo Kim
<sw0312.kim@samsung.com>
Thu, 5 Aug 2021 02:07:53 +0000
(11:07 +0900)
Tizen docker-engine requires virtual network options.
Change-Id: Iac777a5724ca2db49876a3215a68192dab57152d
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
tizen/tizen_defconfig
patch
|
blob
|
history
diff --git
a/tizen/tizen_defconfig
b/tizen/tizen_defconfig
index 33a790fb990ad67cb74ab53d182eea30f84021e5..3ae719469375e1ca328330859615790b2ced896c 100644
(file)
--- a/
tizen/tizen_defconfig
+++ b/
tizen/tizen_defconfig
@@
-764,3
+764,11
@@
CONFIG_BLK_DEV_CRYPTOLOOP=y
#
# (Mandatory)
CONFIG_OVERLAY_FS=y
+
+# 13. Docker
+# Tizen docker-engine requires virtual network options.
+# (Optional)
+CONFIG_IP_VS=y
+CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=y
+CONFIG_NETFILTER_XT_MATCH_IPVS=y
+CONFIG_VETH=y