File: nftables_stub.go

package info (click to toggle)
crowdsec-firewall-bouncer 0.0.25-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 656 kB
  • sloc: python: 438; sh: 231; makefile: 103
file content (7 lines) | stat: -rw-r--r-- 110 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
// +build !linux

package main

func newNFTables(config *bouncerConfig) (backend, error) {
	return nil, nil
}