{"id":38519696,"url":"https://github.com/deepfield/bird2","last_synced_at":"2026-01-17T06:37:35.929Z","repository":{"id":50082274,"uuid":"176299640","full_name":"deepfield/bird2","owner":"deepfield","description":"deepfield's fork of BIRD bgp daemon","archived":false,"fork":false,"pushed_at":"2024-05-21T14:28:23.000Z","size":6884,"stargazers_count":8,"open_issues_count":1,"forks_count":4,"subscribers_count":24,"default_branch":"master","last_synced_at":"2024-05-21T16:11:50.866Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deepfield.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-03-18T14:08:02.000Z","updated_at":"2024-05-21T14:28:29.000Z","dependencies_parsed_at":"2023-12-12T16:48:01.249Z","dependency_job_id":"4354cfba-5e7c-4911-9e61-0471e806fe41","html_url":"https://github.com/deepfield/bird2","commit_stats":null,"previous_names":[],"tags_count":58,"template":false,"template_full_name":null,"purl":"pkg:github/deepfield/bird2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepfield%2Fbird2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepfield%2Fbird2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepfield%2Fbird2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepfield%2Fbird2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deepfield","download_url":"https://codeload.github.com/deepfield/bird2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepfield%2Fbird2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28502675,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T04:31:57.058Z","status":"ssl_error","status_checked_at":"2026-01-17T04:31:45.816Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-17T06:37:35.859Z","updated_at":"2026-01-17T06:37:35.913Z","avatar_url":"https://github.com/deepfield.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"                       BIRD Internet Routing Daemon\n\n                     Home page  http://bird.network.cz/\n                  Mailing list  bird-users@network.cz\n\n                (c) 1998--2008  Martin Mares \u003cmj@ucw.cz\u003e\n                (c) 1998--2000  Pavel Machek \u003cpavel@ucw.cz\u003e\n                (c) 1998--2008  Ondrej Filip \u003cfeela@network.cz\u003e\n                (c) 2009--2019  CZ.NIC z.s.p.o.\n\n================================================================================\n\nThe BIRD project aims to develop a dynamic IP routing daemon with full support\nof all modern routing protocols, easy to use configuration interface and\npowerful route filtering language, primarily targeted on (but not limited to)\nLinux and other UNIX-like systems and distributed under the GNU General\nPublic License.\n\nWhat do we support\n==================\n\n\to  Both IPv4 and IPv6\n\to  Multiple routing tables\n\to  Border Gateway Protocol (BGPv4)\n\to  Routing Information Protocol (RIPv2, RIPng)\n\to  Open Shortest Path First protocol (OSPFv2, OSPFv3)\n\to  Babel Routing Protocol (Babel)\n\to  Bidirectional Forwarding Detection (BFD)\n\to  IPv6 router advertisements\n\to  Static routes\n\to  Inter-table protocol\n\to  Command-line interface allowing on-line control and inspection of\n\t   status of the daemon\n\to  Soft reconfiguration, no need to use complex online commands to\n\t   change the configuration, just edit the configuration file and notify\n\t   BIRD to re-read it and it will smoothly switch itself to the new\n\t   configuration, not disturbing routing protocols unless they are\n\t   affected by the configuration changes\n\to  Powerful language for route filtering, see doc/bird.conf.example\n\to  Linux, FreeBSD, NetBSD and OpenBSD ports\n\nHow to install BIRD\n===================\n\n\to  From standard distribution package of your OS (recommended)\n\to  From official binary packages for Debian and Red Hat Linux\n\t   ftp://bird.network.cz/pub/bird/debian/\n\t   ftp://bird.network.cz/pub/bird/redhat/\n\to  From source code of the latest stable release version\n\t   ftp://bird.network.cz/pub/bird/\n\to  From current development code in Git repository\n\t   https://gitlab.labs.nic.cz/labs/bird/\n\nSee the file INSTALL for information about installation from source code.\n\nDocumentation\n=============\n\nOnline documentation is available at http://bird.network.cz/?get_doc or as HTML\nfiles in the doc directory, you can install it by `make install-docs' and\nrebuild it by `make docs', but you'll need SGMLtools and LaTeX to be installed\non your machine. You can also download a neatly formatted PDF version as\na separate archive (bird-doc-*.tar.gz) from ftp://bird.network.cz/pub/bird/\n\nUser support\n============\n\nIf you want to help us debugging, enhancing and porting BIRD or just lurk\naround to see what's going to develop, feel free to subscribe to the BIRD\nusers mailing list bird-users@network.cz, just send `subscribe' to\nbird-request@network.cz. Bug reports, suggestions, feature requests and\ncode are welcome! We don't use gitlab issues for reporting, sorry.\n\nSubscribe:\thttp://bird.network.cz/mailman/listinfo/bird-users/\nArchive:\thttp://bird.network.cz/pipermail/bird-users/\n\nLicence\n=======\n\nThis program is free software; you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation; either version 2 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program; if not, write to the Free Software\nFoundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA\n\nHistory\n=======\n\nBIRD development started as a student project at the Faculty of Math\nand Physics, Charles University, Prague, Czech Republic under supervision\nof RNDr. Libor Forst \u003cforst@cuni.cz\u003e. BIRD has been developed and supported\nby CZ.NIC z.s.p.o. http://www.nic.cz/ since 2009.\n\n\nGood Luck and enjoy the BIRD :)\n\t\t\t\t\t\tThe BIRD Team\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepfield%2Fbird2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeepfield%2Fbird2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepfield%2Fbird2/lists"}