Skip to content
Snippets Groups Projects
Commit 4a023164 authored by cedi's avatar cedi
Browse files

fix broken test

parent 7150ca7a
No related branches found
No related tags found
No related merge requests found
package main package main
import ( import (
"github.com/bio-routing/bio-rd/route"
"time" "time"
"github.com/bio-routing/bio-rd/route"
bnet "github.com/bio-routing/bio-rd/net" bnet "github.com/bio-routing/bio-rd/net"
"github.com/bio-routing/bio-rd/protocols/fib" "github.com/bio-routing/bio-rd/protocols/fib"
"github.com/bio-routing/bio-rd/routingtable/vrf" "github.com/bio-routing/bio-rd/routingtable/vrf"
...@@ -31,7 +32,7 @@ func addPath(v *vrf.VRF) { ...@@ -31,7 +32,7 @@ func addPath(v *vrf.VRF) {
} }
func main() { func main() {
v, err := vrf.NewDefaultVRF() v, err := vrf.New("inet.254", 0)
if err != nil { if err != nil {
logrus.Fatal(err) logrus.Fatal(err)
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment