ifupdown-ng / ifupdown-ng

flexible ifup/ifdown implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ifquery exclude matching broken

sodface opened this issue · comments

Exclude matching produces same result as Include matching:

ifquery -L -I lo
lo
ifquery -L -X lo
lo

See:
327e738#r51526555