Skip to content
Snippets Groups Projects
Commit 367b87ce authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

Merge branch 'docker-checks' into 'master'

netio: add flannel interface to be removed

See merge request !249
parents 7ddcd373 8845d812
No related branches found
No related tags found
1 merge request!249netio: add flannel interface to be removed
......@@ -24,7 +24,8 @@ export self_APPVERSION=1.6
# - bond - bonded interfaces
# - ppp - dialer connections
# - cali - Kubernetes interfaces
nonPhysicalInterfaces="(lo|bond.*|ppp.*|cali.*):"
# - flannel - layer 3 fabric for Kubernetes
nonPhysicalInterfaces="(lo|bond.*|ppp.*|cali.*|flannel.*):"
# ----------------------------------------------------------------------
# FUNCTIONS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment