Closed edwarnicke closed 1 year 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
It's done
Add a parameter to to kernel.Mechanism:
With getters and setters in the helpers.go: