Wataru Ishida
c4ced97e76
cli: use client library
...
Signed-off-by: Wataru Ishida <[email protected] >
2016-11-14 02:15:46 +00:00
FUJITA Tomonori
311324fab8
move packet/*.go to packet/bgp/*.go for Go's convention
...
Later, we move non-bgp protocol stuff like mrt under their own
direcotries.
Signed-off-by: FUJITA Tomonori <[email protected] >
2016-03-31 13:19:17 +09:00
ISHIDA Wataru
d8dc45772c
api: kill api.Capability
...
keep protobuf structures simple
Signed-off-by: ISHIDA Wataru <[email protected] >
2015-09-08 13:13:37 +09:00
ISHIDA Wataru
9298e5eeca
*: kill bgp.NLRInfo and bgp.WithdrawnRoute
...
Signed-off-by: ISHIDA Wataru <[email protected] >
2015-09-08 13:13:34 +09:00
Pavel Odintsov and FUJITA Tomonori
89b904b741
gobgp/lib: fix bug with sizeof
...
- Fix bug with sizeof
- Add explicit return types for functions (it's mandatory for C++ code)
- Remove useless print in .so code.
2015-09-07 06:22:05 +09:00
ISHIDA Wataru
e41e86f9d1
gobgp: add package for c-shared-lib
...
$ cd $GOBGP/gobgp/lib
$ go version
go version go1.5 linux/amd64
$ go build -buildmode=c-shared -o libgobgp.so *.go
Signed-off-by: ISHIDA Wataru <[email protected] >
2015-09-04 14:51:49 +09:00