fix: access: arp request for darwin.
Some checks are pending
Coverage CI / build (push) Waiting to run
CodeQL / Analyze (go) (push) Waiting to run
Ubuntu CI / build (push) Waiting to run

This commit is contained in:
Daniel Ding
2025-04-13 20:09:08 +08:00
parent f183bc9f7d
commit b487200609
4 changed files with 30 additions and 58 deletions

View File

@@ -184,5 +184,5 @@ func (p *Point) Forward(name, prefix, nexthop string) {
p.out.Warn("Access.Forward: %s %s", prefix, err)
return
}
p.out.Info("Access.Forward: %s %s via %s", name, prefix, nexthop)
p.out.Info("Access.Forward: %s <- %s %s ", nexthop, name, prefix)
}