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

netio: add flannel interface to be removed

parent b50456ef
No related branches found
No related tags found
1 merge request!249netio: add flannel interface to be removed
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment