Commit 875727d6 authored by nanahira's avatar nanahira

Revert "revert mark thing"

This reverts commit b8711499.
parent b8711499
Pipeline #13066 passed with stages
in 31 seconds
......@@ -41,8 +41,10 @@ func NewChain(nodes ...Node) *Chain {
func (c *Chain) newRoute(nodes ...Node) *Chain {
route := NewChain(nodes...)
route.isRoute = true
route.Interface = c.Interface
route.Mark = c.Mark
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