//+build !linux
package freeport
func getEphemeralPortRange() (int, int, error) {
return 0, 0, nil
}