Skip to content

never try to add a ipaddress with prefix \0 #405

@c0ff3e

Description

@c0ff3e

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\..*)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions