mirror of
https://github.com/CumulusNetworks/ifupdown2.git
synced 2024-05-06 15:54:50 +00:00
Ticket: CM-7840 Reviewed By: julien, nikhil Testing Done: Tested ifquery with and without --with-defaults option commit "6e16e5ae90f2" introduced --with-defaults for ifquery --check output. But the base ifquery --with-defaults should also include the default policy attributes we support. This patch adds infrastructure to query default attributes --with-defaults in base ifquery output. example: {noformat} $ifquery br0 auto br0 iface br0 inet static bridge-ports swp1 swp2 $ifquery br0 --with-defaults auto br0 iface br0 inet static bridge-ports swp1 swp2 bridge-stp yes {noformat}