Skip to content

Commit

Permalink
Add IPVLAN and DUMMY to check-config.sh
Browse files Browse the repository at this point in the history
This commit add DUMMY and IPVLAN to check-config.sh
because they are need for ipvlan and macvlan network
driver.

Signed-off-by: Lei Jitang <[email protected]>
(cherry picked from commit f5940ef)
Signed-off-by: Tibor Vass <[email protected]>
  • Loading branch information
coolljt0725 authored and Tibor Vass committed Jul 26, 2016
1 parent 9b0ebd2 commit 96247f4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion contrib/check-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ flags=(
DEVPTS_MULTIPLE_INSTANCES
CGROUPS CGROUP_CPUACCT CGROUP_DEVICE CGROUP_FREEZER CGROUP_SCHED CPUSETS MEMCG
KEYS
MACVLAN VETH BRIDGE BRIDGE_NETFILTER
VETH BRIDGE BRIDGE_NETFILTER
NF_NAT_IPV4 IP_NF_FILTER IP_NF_TARGET_MASQUERADE
NETFILTER_XT_MATCH_{ADDRTYPE,CONNTRACK}
NF_NAT NF_NAT_NEEDED
Expand Down Expand Up @@ -252,6 +252,10 @@ echo '- Network Drivers:'
check_flags VXLAN | sed 's/^/ /'
echo ' Optional (for secure networks):'
check_flags XFRM_ALGO XFRM_USER | sed 's/^/ /'
echo '- "'$(wrap_color 'ipvlan' blue)'":'
check_flags IPVLAN | sed 's/^/ /'
echo '- "'$(wrap_color 'macvlan' blue)'":'
check_flags MACVLAN DUMMY | sed 's/^/ /'
} | sed 's/^/ /'

echo '- Storage Drivers:'
Expand Down

0 comments on commit 96247f4

Please sign in to comment.