summaryrefslogtreecommitdiff
path: root/plugins/firewalld/firewalld.plugin.zsh
AgeCommit message (Collapse)Author
2018-08-29Fixed `fwl` function in `firewalld` plugin when `sources` used (#7011)Konstantin Gribov
`firewall-cmd --get-active-zones` returns something like this: ``` dmz sources: ipset:dmz-hosts public interfaces: eth0 ``` if zone binding is based on source ips, so strings with `sources: ...` should be excluded along with `interfaces: ...` to get zones list.
2016-09-08sudo firewall-cmd callsRob Ede
2016-09-07add firewalld aliasesRob Ede