Commit b8711499 authored by nanahira's avatar nanahira

revert mark thing

parent 1d406e73
Pipeline #13061 passed with stages
in 1 minute and 45 seconds
......@@ -41,10 +41,8 @@ func NewChain(nodes ...Node) *Chain {
func (c *Chain) newRoute(nodes ...Node) *Chain {
route := NewChain(nodes...)
route.isRoute = true
if !c.IsEmpty() {
route.Interface = c.Interface
route.Mark = c.Mark
}
return route
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment