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

32 Commits

Author SHA1 Message Date
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
0d868852e7 Add NTT story 2020-03-26 12:35:46 +01:00
0da63c8791 Success stories #47 - Telia 2020-02-28 12:15:37 -08:00
8496bd9a7d Success stories #47 - Cloudflare 2020-02-27 13:29:59 -08:00
a65412382f Update README.md 2020-02-26 20:05:14 +01:00
925c5e965d Update README.md 2020-01-21 06:30:04 -08:00
3bdbf5d3d8 README: Update Compatibility matrix (Line 302)
Change 'Bird' to 'Bird2'. Bird version < 2 does not support connecting to ROA
cert publishers. (E.g. gortr, routinator, etc.)
2019-12-27 15:05:00 +01:00
60f8a6fe84 Filter and assertion implementation (#34)
* Possibility to read a slurm file (rfc8416) from an http/https endpoint or from a file
* Filters prefixes and adds new ones contained in the configuration
* Can output a new rpki.json which contains the updated prefixes and sign it (other GoRTR can consome from it)
2019-11-05 12:39:19 -08:00
2bde64b205 Capitalize "no" 2019-10-15 10:16:17 -07:00
9f1588d950 update Compatibility matrix
The Compatibility matrix didn't mention RTRlib (https://github.com/rtrlib/rtrlib/), which is a C library implementing the RTR protocol. Part of the software package is the rtrclient, which dumps valid ROA payloads, similar to RTRdump.

RPKI support in FRRouting and BIRD is based on RTRlib. Currently, SSH transport in the RTRlib only allows for key-based authentication. As such, FRRouting does not support password-based SSH but key-based SSH.
2019-10-15 14:06:59 +02:00
fd99867fdf Boolean flag info
* Update README
* Add detail in flag description for verify
2019-09-17 11:45:18 -07:00
f1f5715274 Proxy update
Pass the user-agent in the CONNECT header
2019-07-31 14:44:06 -07:00
e9408ada37 Merge pull request #22 from cloudflare/feature/travis-update
Packaging GoRTR
2019-07-31 12:58:48 -07:00
ccb697c700 Packaging GoRTR
* Travis-CI now automatically compiles GoRTR for Linux, Mac OS and Windows
* Version number inserted at build time based on tag
* Packages deb/rpm
* Publishes into GitHub Releases
2019-07-31 12:54:44 -07:00
b67abf1cd4 Update README.md with SSH 2019-07-30 21:08:01 -07:00
95270606e8 Update README.md 2019-04-11 16:53:12 -07:00
89e67c15ec Updated README 2019-04-11 16:37:41 -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
108bf84ebb Docker and documentation update:
Updated README with more details on Docker and SSH
When creating a Docker container, generates an ECDSA key for SSH
2019-04-11 14:29:18 -07:00
384b634b81 Update README.md 2019-04-11 13:57:30 -07:00
79769fbf63 Update README.md 2019-04-11 13:53:28 -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
bbe951f4aa Moves to go mod (#17).
Updated README to give more build details.
2019-03-20 21:29:42 -07:00
6d28ee5f10 Fix typo README 2018-11-12 21:04:50 -08:00
e141c1796b Updated readme for extractor/rtrdump 2018-11-12 19:13:56 -08:00
08c3eca11d bind on tcp46 *, add some debug messages, fix README 2018-09-14 12:58:34 -07:00
9add1a4fd3 Update README.md 2018-09-13 16:57:22 -07: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
75bcf36f03 various cleanups for distribution 2018-09-13 13:10:54 -07:00
d08e8350f8 Added disclaimer 2018-08-15 13:33:19 -07:00
388a3c148c Update README.md 2018-08-06 16:49:29 -07:00
c13ee6f925 Create README.md 2018-08-06 16:46:24 -07:00