Commit e1f0a4a4 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

VTI interfaces should be ignored during network reconfiguration

parent 5d0b851f
...@@ -345,7 +345,7 @@ reconfigure_networking() { ...@@ -345,7 +345,7 @@ reconfigure_networking() {
done done
for int in $ints; do for int in $ints; do
if [ "$int" != "lo" ]; then if [ "$int" != "lo" ] && [[ ! "$int" =~ vti ]]; then
get_ips network.$int get_ips network.$int
local count=0 local count=0
local dynamic=0 local dynamic=0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment