Open OlivierB opened 1 year ago
My last commit adds support to request information on all interfaces (even if auto is not set):
ifup -a --allow-all
sets up all interfaces on the systemifquery --allow-all
requests information on all interfaces (--all is implicit on ifquery)
This pull request (PR) is the third part of the changes originating from https://github.com/CumulusNetworks/ifupdown2/pull/235.
This PR requires the
Makes "auto" an alias for "allow-auto"
functionality from part 1 https://github.com/CumulusNetworks/ifupdown2/pull/263 to work without regressions.Futhermore, these modifications will allow us to simplify ifup/ifdown calls in hotplug PR (Part 2: https://github.com/CumulusNetworks/ifupdown2/pull/264). ifquery call will be useless.