From 4c1e8b4c89b46cd3f07ab300062c0309152352dc Mon Sep 17 00:00:00 2001 From: checktheroads Date: Sun, 23 Jun 2019 14:33:22 -0700 Subject: [PATCH] README Updates for BIRD Support --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b781cb4..6c81b3a 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ - Full frontend and backend IPv6 support - [Netmiko](https://github.com/ktbyers/netmiko)-based connection handling for traditional network devices - [FRRouting](https://frrouting.org/) support via [hyperglass-frr](https://github.com/checktheroads/hyperglass-frr) REST API +- [BIRD](https://bird.network.cz/) support via [hyperglass-bird](https://github.com/checktheroads/hyperglass-bird) REST API - Customizable commands for each query type by vendor - Clean, modern, google-esq GUI based on the [Bumla](https://bulma.io) framework - Customizable colors, logo, web fonts, error messages, UI text @@ -41,6 +42,7 @@ Theoretically, any vendor supported by Netmiko can be supported by hyperglass. H - Cisco Classic IOS/IOS-XE: Netmiko `cisco_ios` vendor class - Juniper JunOS: Netmiko `junos` vendor class - FRRouting: [hyperglass-frr](https://github.com/checktheroads/hyperglass-frr) API +- BIRD: [hyperglass-bird](https://github.com/checktheroads/hyperglass-bird) API ### Proxies @@ -48,7 +50,7 @@ Theoretically, any vendor supported by Netmiko can be supported by hyperglass. H ## Coming Soon -- [BIRD](https://bird.network.cz/) Support +- [GoBGP](https://github.com/osrg/gobgp) Support ## Acknowledgements