Files
cunicu/pkg/config/defaults_linux.go
Steffen Vogel 946518d651 rtsync: support configuration of routing table
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
2022-09-06 03:34:08 +02:00

6 lines
65 B
Go

package config
const (
DefaultRouteTable = 254 // main table
)