1
0
mirror of https://github.com/bgp/stayrtr.git synced 2024-05-06 15:54:54 +00:00

18 Commits

Author SHA1 Message Date
fb7be39c6a Merge pull request #56 from cloudflare/feature/json-serials
Serial control
2020-03-30 13:36:05 -07:00
b4f0245713 Serial control
* Set three modes of operating serial:
  * Default: serials will start at 0 and increment at every change
  * Beginning: serial will be set to the value found in the JSON then increment at every change
  * Full: serial will be set based on the value found in the JSON at each refresh
2020-03-29 18:07:59 -07:00
14e36573ba PDU EOD now prints timers 2020-03-27 17:46:52 -07:00
14a278569f Options to set session ID and timers via CLI
* Also fixes a session ID bug where the variable was never random
* Introduces the following flags: `rtr.sessionid`. `rtr.refresh`, `rtr.retry` and `rtr.expire`

Resolves issue #52
2020-03-27 16:53:29 -07:00
c9e9f19080 Optimization of diff (see #32) using maps instead of N*N operation 2019-10-20 23:22:30 -07:00
b6f49611c3 Small update
* SSH now allows key authentication (small API changes)
* User agent contains version
* README specifies notes for SSH implementation
2019-04-11 16:31:04 -07:00
8672363e36 Go fmt 2019-04-05 15:42:54 -07:00
3cf0a35f2a Protocol update:
* Add SSH support in library.
* GoRTR and RTRdump to use SSH with user/password or without auth
* Updated README with simple compatilibty matrix,
  SSH configuration, Cisco configuration.
2019-04-05 15:27:57 -07:00
ae09564516 Go fmt 2018-11-12 20:59:38 -08:00
94d9ce55fd Refactor server, logging options 2018-11-12 20:58:18 -08:00
eb025127a0 Finalized handler 2018-11-12 20:45:28 -08:00
8f6f16dbd0 RTRdump: dump the content of a RTR server in JSON format 2018-11-12 19:10:39 -08:00
bdc3984231 Fixes #9: segfault when incomplete packet 2018-10-22 17:00:39 +01:00
c1a96dbfdf Refactoring:
* Moved app in cmd directory
* Moved structures into "file" package
* Inserted cryptographic checks (signature) and validity checks
2018-09-13 14:41:09 -07:00
9d057d936e Fix EOF issue 2018-08-28 15:13:38 -07:00
8bf2009ea1 Bugfix: bad diff calculation, notification of clients available 2018-08-07 11:58:48 -07:00
a2cf651a9d Added Dockerfile, bugfix 2018-08-07 11:09:50 -07:00
0b2cab204a Init 2018-08-06 16:08:24 -07:00