Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-25 | scenario_test: add --gobgp-log-debug option | Hiroshi Yokoi | |
2015-02-25 | config: set default config value only when not specified | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-02-25 | server: avoid duplicated logging (debug and warning) for notification message | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-02-25 | server: warning when sending notification message | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-02-25 | server: handle closed passiveConnCh channel | FUJITA Tomonori | |
When a peer is deleted, passiveConnCh is closed implicitly. Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-02-24 | table: also sort adj-rib tables when marshaling as well as local-rib | ISHIDA Wataru | |
2015-02-24 | cli: pretty up State printing | FUJITA Tomonori | |
Explicitly show adminstate idle. fujita@ubuntu:~/git/gobgp$ ./cli/gobgpcli show neighbors Peer AS Up/Down State |#Advertised Received Accepted 10.0.255.1 65001 never Idle(Admin) | 0 0 0 Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-02-24 | cli: pretty up Up/Down printing | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-02-24 | cli: show error if unsupported command is specified | FUJITA Tomonori | |
$ gobgpcli show neighbor 10.0.255.1 adj-i adj-i : No such command Usage: gobpgcli [options] <command> <args> Options: -h, --help show this help message and exit -u URL, --url=URL specifying an url (http://localhost by default) -p PORT, --port=PORT specifying a port (8080 by default) -d, --debug dump raw json Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-02-18 | table: use forked go-patricia | FUJITA Tomonori | |
until the fix for sorting is merged. Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-02-18 | server: clean up zero holdtime | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-02-17 | peer: support hold time 0 | Hiroshi Yokoi | |
2015-02-17 | scenario_test: add malformed test pattern | Naoto Hanaue | |
2015-02-16 | scenario_test: add retry routine in each test | Naoto Hanaue | |
2015-02-16 | scenario_test: fix to restart the quagga after the docker container has ↵ | Naoto Hanaue | |
become IP reachable | |||
2015-02-16 | packet: fix AS4PathParam parser type conversion | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-02-16 | packet: cleanup IPAddressPrefix type conversion | FUJITA Tomonori | |
Looks Harmless though. Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-02-16 | travis-ci: use container-based infrastructure for faster testings | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-02-16 | cli: add enable/disable | FUJITA Tomonori | |
$ gobgpcli enable neighbor 10.0.255.1 Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-02-16 | server: check the bgp message length before sending | FUJITA Tomonori | |
if the length is over 4096, the message will be dropped. Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-02-16 | peer: support enable/disable | Hiroshi Yokoi | |
2015-02-16 | rest: add API to disable and enable neighbor | Hiroshi Yokoi | |
2015-02-16 | server: support discarded counters | FUJITA Tomonori | |
fujita@ubuntu:~/git/gobgp$ ./cli/gobgpcli show neighbor 10.0.255.7 BGP neighbor is 10.0.255.7, remote AS 65070 BGP version 4, remote router ID 192.168.0.7 BGP state = BGP_FSM_ACTIVE, up for 0:00:01.982115 BGP OutQ = 0, Flops = 4 Neighbor capabilities: MULTIPROTOCOL: advertised and received ROUTE_REFRESH: advertised FOUR_OCTET_AS_NUMBER: advertised and received Message statistics: Sent Rcvd Opens: 4 4 Notifications: 4 0 Updates: 8 0 Keepalives: 4 4 Route Refesh: 0 0 Discarded: 0 4 Total: 20 12 Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-02-15 | test: not rely on the type check auto conversion in assert.Equal | Hiroshi Yokoi | |
2015-02-10 | scenario_test: fix the location of the directory to use in the docker volume | Naoto Hanaue | |
2015-02-08 | packet: fix Sprintf format | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-02-08 | server: always log when sending notificaiton | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-02-03 | scenario_test: update the README for add scenario_test | Naoto Hanaue | |
2015-02-03 | scenario_test: add scenario test using the quagga of ipv4 and ipv6 | Naoto Hanaue | |
2015-01-29 | packet: fix up error message | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-01-29 | packet: fix as_path parser | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-01-29 | config: support enum value and add ietf yang files | Hiroshi Yokoi | |
2015-01-29 | server: verify OpenMessage | FUJITA Tomonori | |
- BGP version (must be 4) - AS number - holdtime (0 or 3 <= or <= 65535) Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-01-29 | cli: show nice error message when failed to connect to gobgpd | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-01-29 | cli: update show neighbors printing | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-01-29 | cli: adjust tab length for show neighbors | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-01-29 | scenario_test: add new test case to malformed test | Naoto Hanaue | |
2015-01-29 | server: verify update message | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-01-29 | config: fix BGP_ORIGIN_ATTR_TYPE_ values | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-01-28 | scenario_test: fix notification message in test case | Naoto Hanaue | |
2015-01-28 | scenario_test: fix TypeError in malformed_test | Naoto Hanaue | |
2015-01-28 | scenario_test: support to sudo | Naoto Hanaue | |
2015-01-28 | table: add owner to NewTableManager's arguments | Hiroshi Yokoi | |
2015-01-28 | packet: add String() to RouteTargetMembershipNLRI and ExtendedCommunityInterface | Hiroshi Yokoi | |
2015-01-28 | table: revise table logs | Hiroshi Yokoi | |
2015-01-27 | server: set #Advertised to zero when peer is down | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-01-27 | table: fix ipv6 JSON reggression | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-01-27 | cli: show the duration since state changed | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-01-27 | fsm_test: shorten wait time | Hiroshi Yokoi | |
2015-01-26 | fsm: add OpenSent and OpenConfirm testcases | Hiroshi Yokoi | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> |