Newer
Older
"github.com/sirupsen/logrus"
"github.com/bio-routing/bio-rd/protocols/bgp/server"
"github.com/bio-routing/bio-rd/routingtable/locRIB"
bnet "github.com/bio-routing/bio-rd/net"
func strAddr(s string) uint32 {
ret, _ := bnet.StrToAddr(s)
return ret
}
fmt.Printf("LocRIB count: %d\n", rib.Count())