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

43 Commits

Author SHA1 Message Date
5e6faa509f Arista configuration example
Arista configuration example with line breaks, but not sure it's actually better.
2020-11-05 18:53:09 +01:00
634eee4cb1 Update README.md
Adding Arista configuration example, and updating Compatibility matrix
2020-11-03 11:27:49 +01:00
4cba5abfe1 Fix grammar 2020-07-02 13:24:13 +10:00
17f2dca9ff Lint Markdown.
MD009 Trailing spaces.
MD012 Multiple consecutive blank lines.
MD031 Fenced code blocks should be surrounded by blank lines.
MD032 Lists should be surrounded by blank lines.

https://github.com/markdownlint/markdownlint/blob/master/docs/RULES.md
2020-07-02 12:20:19 +10:00
8c7c58d9ff Fix HTML br tags. Use HTML5 img tags. 2020-07-02 10:26:03 +10:00
8d96c28f2b Add Cogent's story 2020-06-09 14:59:49 -07:00
cf09574c4b Remove LACNIC validator output
Was generating an incorrect output of 1 ROA.
2020-05-05 09:34:02 -07:00
c22d0e9159 Add GTT story 2020-04-09 13:55:32 -07:00
fb7be39c6a Merge pull request #56 from cloudflare/feature/json-serials
Serial control
2020-03-30 13:36:05 -07:00
092ade0f68 Add release badge 2020-03-30 13:28:57 -07:00
76645ed8ad Added badges 2020-03-30 13:22:41 -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
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