From 1f926271bc80bcd6ff5ed52bb76a9ade347367b8 Mon Sep 17 00:00:00 2001 From: sotech117 Date: Mon, 23 Oct 2023 22:31:26 +0000 Subject: refactor and comment code. add more descriptive error message. --- cmd/vrouter/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmd/vrouter/main.go') diff --git a/cmd/vrouter/main.go b/cmd/vrouter/main.go index 0bc4d98..bc8cb2b 100644 --- a/cmd/vrouter/main.go +++ b/cmd/vrouter/main.go @@ -77,12 +77,12 @@ func main() { // get the longest prefix match for the destination address, _ := netip.ParseAddr(ipAddr) - hop, err := ipstack.LongestPrefix(address) + hop, err := ipstack.Route(address) if err != nil { fmt.Println(err) continue } - + myAddr := hop.Interface.IpPrefix.Addr() // attempt to send the message to the destination for _, neighbor := range ipstack.GetNeighbors()[hop.Interface.Name] { -- cgit v1.2.3-70-g09d2