(cmd *executils.Cmd, denyIP string)
| 217 | } |
| 218 | |
| 219 | func (this *Firewalld) pushCmd(cmd *executils.Cmd, denyIP string) { |
| 220 | select { |
| 221 | case this.cmdQueue <- &firewalldCmd{cmd: cmd, denyIP: denyIP}: |
| 222 | default: |
| 223 | // we discard the command |
| 224 | } |
| 225 | } |
no outgoing calls
no test coverage detected