Skip to content
Snippets Groups Projects

netio: add flannel interface to be removed

Merged Hahn Axel (hahn) requested to merge docker-checks into master
1 file
+ 6
5
Compare changes
  • Side-by-side
  • Inline
+ 6
5
@@ -20,11 +20,12 @@
@@ -20,11 +20,12 @@
export self_APPVERSION=1.6
export self_APPVERSION=1.6
# network data without non physical interfaces to be removed from /proc/net/dev
# network data without non physical interfaces to be removed from /proc/net/dev
# - lo - local
# - lo - local
# - bond - bonded interfaces
# - bond - bonded interfaces
# - ppp - dialer connections
# - ppp - dialer connections
# - cali - Kubernetes interfaces
# - cali - Kubernetes interfaces
nonPhysicalInterfaces="(lo|bond.*|ppp.*|cali.*):"
# - flannel - layer 3 fabric for Kubernetes
 
nonPhysicalInterfaces="(lo|bond.*|ppp.*|cali.*|flannel.*):"
# ----------------------------------------------------------------------
# ----------------------------------------------------------------------
# FUNCTIONS
# FUNCTIONS
Loading