Jump to content

OpenOSPFD: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m Adding local short description: "Open-source implementation of OSPF protocol", overriding Wikidata description "a free software implementation of the Open Shortest Path First Protocol"
 
(22 intermediate revisions by 12 users not shown)
Line 1: Line 1:
{{Short description|Open-source implementation of OSPF protocol}}
{{Infobox software|
{{Infobox software
name = OpenBGPD
| name = OpenOSPFD
|screenshot = [[Image:OpenBGPD.png|300px]]
| logo =
|caption = "Go ahead. Explore."
| logo size = 300px
|developer = The [[OpenBSD]] Project
| logo caption = "Go ahead. Explore."
|latest_release_version = 4.6
| logo alt =
|latest_release_date = November 1, 2009
| screenshot = <!-- Image name is enough -->
|operating_system = OpenBSD, FreeBSD
| caption =
|genre = Open Shortest Path First
| screenshot alt =
|license = [[ISC license|ISC]]
| collapsible =
|website = http://www.openospfd.org
| author =
| developer = The [[OpenBSD]] Project
| released = <!-- {{Start date and age|YYYY|MM|DD|df=yes/no}} -->
| discontinued =
| latest_release_version = 5.9
| latest_release_date = {{Start date and age|2016|3|1}}
| latest preview version =
| latest preview date = <!-- {{Start date and age|YYYY|MM|DD|df=yes/no}} -->
| programming language = [[C (programming language)|C]]
| operating_system = OpenBSD, [[FreeBSD]]
| platform =
| size =
| language =
| language footnote =
| genre = [[Open Shortest Path First]] daemon
| license = [[ISC license|ISC]]
| website = {{URL|www.openbgpd.org}}
| standard = RFC 2328, RFC 3137
| AsOf = August 2016
}}
}}


'''OpenOSPFD''' is a [[BSD License|BSD licensed]] implementation of the [[Open Shortest Path First|Open Shortest Path First Protocol]]. It is a [[network routing]] [[software suite]] which allows ordinary general purpose computers to be used as [[Router (computing)|routers]] exchanging routes with other computer systems speaking the OSPF protocol.
'''OpenOSPFD''' is an [[ISC license]]d implementation of the [[Open Shortest Path First|Open Shortest Path First Protocol]]. It is a [[network routing]] [[software suite]] which allows ordinary general purpose computers to be used as [[Router (computing)|routers]] exchanging routes with other computer systems speaking the OSPF protocol.


OpenOSPFD was developed by Esben Nørby and Claudio Jeker, for the OpenBSD project. It is a companion daemon of [[OpenBGPD]]. The software was developed as an alternative to packages such as [[Quagga (software)|Quagga]], a routing software suite which is licensed under the [[GPL]]. OpenOSPFD is developed on [[OpenBSD]], and ports exist for [[FreeBSD]] and [[NetBSD]].
OpenOSPFD was developed by Esben Nørby and Claudio Jeker, for the OpenBSD project. It is a companion daemon of [[OpenBGPD]]. The software was developed as an alternative to packages such as [[Quagga (software)|Quagga]], a routing software suite which is licensed under the [[GPL]]. OpenOSPFD is developed on [[OpenBSD]], and ports exist for [[FreeBSD]] and [[NetBSD]].
Line 20: Line 39:


== External links ==
== External links ==
{{Portal|Free and open-source software}}
*[http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&sektion=8&format=html OpenBSD Manual Page]
* {{man|8|ospfd|OpenBSD}}
*[http://www.freebsdsoftware.org/net/openospfd.html openospfd for FreeBSD]
*[http://dpw.threerings.net/projects/openospfd/ OpenOSPFd and FreeBSD]
* [https://web.archive.org/web/20110112223321/http://www.freebsdsoftware.org/net/openospfd.html openospfd for FreeBSD]
* [https://web.archive.org/web/20100412200622/http://dpw.threerings.net/projects/openospfd/ OpenOSPFd and FreeBSD]
*[http://www.openbsd.org/papers/linuxtag06-network.pdf Routing with OpenBSD using OpenOSPFD and OpenBGPD ] - Paper (pdf) by Claudio Jeker (2006)
* [http://www.openbsd.org/papers/linuxtag06-network.pdf Routing with OpenBSD using OpenOSPFD and OpenBGPD ] - Paper (pdf) by Claudio Jeker (2006)
*[http://www.networx.ch/OpenOSPFD%20-%20Presentation.pdf OpenOSPF Presentation]
* [http://www.networx.ch/OpenOSPFD%20-%20Presentation.pdf OpenOSPF Presentation] - by Claudio Jeker
- by Claudio Jeker


{{OpenBSD}}
{{OpenBSD}}
{{Routing software}}


[[Category:BSD software]]
[[Category:BSD software]]
[[Category:OpenBSD]]
[[Category:OpenBSD|OSPFD]]
[[Category:Free routing software]]
[[Category:Free routing software]]
[[Category:OpenBSD software using the ISC license]]

Latest revision as of 02:03, 20 November 2023

OpenOSPFD
Developer(s)The OpenBSD Project
Stable release
5.9 / March 1, 2016; 8 years ago (2016-03-01)
Repository
Written inC
Operating systemOpenBSD, FreeBSD
Standard(s)RFC 2328, RFC 3137
TypeOpen Shortest Path First daemon
LicenseISC
Websitewww.openbgpd.org
As ofAugust 2016

OpenOSPFD is an ISC licensed implementation of the Open Shortest Path First Protocol. It is a network routing software suite which allows ordinary general purpose computers to be used as routers exchanging routes with other computer systems speaking the OSPF protocol.

OpenOSPFD was developed by Esben Nørby and Claudio Jeker, for the OpenBSD project. It is a companion daemon of OpenBGPD. The software was developed as an alternative to packages such as Quagga, a routing software suite which is licensed under the GPL. OpenOSPFD is developed on OpenBSD, and ports exist for FreeBSD and NetBSD.

Goals

[edit]

The design goals of OpenOSPF include being secure (non-exploitable), reliable, lean and easy to use. The configuration language is intended to be both powerful and easy enough for most users.

[edit]