networkservicemesh / api

Apache License 2.0
12 stars 22 forks source link

Add ROUTE_LOCALNET parameter to kernel.Mechanism #134

Closed edwarnicke closed 1 year ago

edwarnicke commented 2 years ago

Add a parameter to to kernel.Mechanism:

ROUTE_LOCALNET = "route_localnet"

With getters and setters in the helpers.go:

func (m* Mechanism) SetRouteLocalNet(bool) *Mechanism
func (m* Mechanism) GetRouteLocalNet() bool // defaults to false
denis-tingaikin commented 1 year ago

It's done