tries to add 0.0.0.0/0 addresses to interfaces
Expected behavior
if lets say IPMI is not configured , ignore adding IP if its "/0"
Also i noticed that i could not ignore the interface or the ip
network:
# Regex to ignore interfaces
ignore_interfaces: "(dummy.*|docker.*|ipmi.*|IPMI.*|IPMI)"
# Regex to ignore IP addresses
ignore_ips: (127\.0\.0\..*|0\.0\..*)
tries to add 0.0.0.0/0 addresses to interfaces
Expected behavior
if lets say IPMI is not configured , ignore adding IP if its "/0"
Also i noticed that i could not ignore the interface or the ip
network: