go-bgp

a collection of golang BGP tools to monitor, archive and serve
git clone git://git.2f30.org/go-bgp
Log | Files | Refs | README

commit 71416f5afbd9e17436721ebdb1ceea66fbab3f3d
parent 79ac02c08a89dee807291078ab8353ab2193c375
Author: dsp <dsp@2f30.org>
Date:   Tue, 17 Feb 2015 18:46:40 -0700

added bgpmon bin target and go get before compilation

Diffstat:
MMakefile | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -3,8 +3,10 @@ all: allbin test: go test ./... -allbin: cmd/archive_server.go +allbin: cmd/archive_server.go cmd/bgpmon.go + go get go build cmd/archive_server.go + go build cmd/bgpmon.go clean: rm -f archive_server