Jump to content

OpenOSPFD: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Rescuing 2 sources and tagging 0 as dead.) #IABot (v2.0
m Updating Infobox (Removing unknown parameters 'status', 'alexa')
Line 17: Line 17:
| latest preview version =
| latest preview version =
| latest preview date = <!-- {{Start date and age|YYYY|MM|DD|df=yes/no}} -->
| latest preview date = <!-- {{Start date and age|YYYY|MM|DD|df=yes/no}} -->
| status = Active
| programming language = [[C (programming language)|C]]
| programming language = [[C (programming language)|C]]
| operating_system = OpenBSD, [[FreeBSD]]
| operating_system = OpenBSD, [[FreeBSD]]
Line 26: Line 25:
| genre = [[Open Shortest Path First]] daemon
| genre = [[Open Shortest Path First]] daemon
| license = [[ISC license|ISC]]
| license = [[ISC license|ISC]]
| alexa =
| website = {{URL|www.openbgpd.org}}
| website = {{URL|www.openbgpd.org}}
| standard = RFC 2328, RFC 3137
| standard = RFC 2328, RFC 3137

Revision as of 13:09, 22 April 2021

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

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.