1
0
mirror of https://github.com/bgp/stayrtr.git synced 2024-05-06 15:54:54 +00:00
bgp-stayrtr/ossec/constrain.go

8 lines
94 B
Go

// +build !openbsd
package ossec
func PledgePromises(promises string) error {
return nil
}