summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ospfd (follow)
Commit message (Expand)AuthorAgeFilesLines
* list example files in FILES with a short description: generally, "Examplejmc2020-05-161-4/+4
* Do not use the pointer returned by ibuf_reserve() after calling anotherclaudio2020-05-061-5/+5
* replace examples of "Ic arg Ic arg" with "Ic arg arg" and stop the spread;jmc2020-04-231-5/+5
* Change space to tabdenis2020-03-291-3/+3
* briefly mention /etc/examples/ in the FILES section of all theschwarze2020-02-101-3/+5
* Allow the interface setting "type p2p" to be configured globallz or perremi2020-01-214-13/+14
* Area-wide interface parameters need to be defined before the interfacesremi2020-01-081-2/+4
* These dependon related lines fit better a bit further up.remi2019-11-231-5/+5
* Add point-to-point support for broadcast interfaces.remi2019-11-1911-18/+63
* Consistently use _rcctl enable foo_ in examples, it's simpler and lesslandry2019-11-101-12/+9
* Fix function name in error message.denis2019-11-091-7/+7
* On broadcast and point-to-point interfaces only accept hello packets whenremi2019-08-121-7/+11
* Warn when a neighbor changes its source IP address. Either it is becauseremi2019-08-121-3/+9
* Improve logging when sending a packet fails.remi2019-07-156-30/+32
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-7/+7
* less macro;jmc2019-06-101-3/+3
* document that area can take a number as well as an iddlg2019-06-101-3/+3
* Allow specifying area by number as well as id. No change to outputs.dlg2019-06-071-10/+22
* Do not change router-id on reload if unspecified.denis2019-05-163-7/+10
* Check that depend on interfaces are in the same rdomain. If they are notremi2019-04-291-5/+32
* whitespace fixremi2019-04-231-2/+2
* Use the network address instead of the interface address for the "link id"remi2019-04-231-2/+3
* For originating router LSAs for P2P interfaces check for linkstateremi2019-04-231-3/+8
* RFC 2328 mandates in 12.4.1.1 that the Link ID of the Type 3 link has toremi2019-04-041-2/+2
* The recently introduced "router-id changed" warning is a bit long.remi2019-03-261-3/+2
* Abort reload if router-id changedjca2019-03-251-2/+8
* (unsigned) means (unsigned int) which on ptrdiff_t or size_t or otherderaadt2019-02-131-3/+3
* For external LSAs the type (1 or 2) is encoded in the metric field. Do notremi2019-01-151-7/+12
* Improve error message when daemon is already running.florian2019-01-141-2/+2
* Send a router LSA update when an interface was removed.remi2019-01-021-2/+3
* Add config option fib-priority to set a custom prio for routes ospfdremi2018-12-286-25/+72
* - odd condition/test in PF lexersashan2018-11-011-2/+3
* The parent process of ospfd is not supposed to write or execute files.remi2018-10-291-1/+8
* whitepspace fixbenno2018-09-271-2/+2
* replace malloc()+strlcpy() with strndup() in cmdline_symset().miko2018-09-071-9/+4
* Prevent ospfd from starting if another ospfd is already using the sameremi2018-08-295-17/+62
* remove errant Ed added in previous;jmc2018-07-271-3/+2
* note under which circumstances ospfd uses the route priofilterbenno2018-07-261-2/+9
* Print the rdomain config option if present.remi2018-07-111-1/+4
* Change the control socket to ospfd.sock.<rdomain>.remi2018-07-111-3/+9
* Do for most running out of memory err() what was done for most runningkrw2018-07-111-4/+4
* Since we use multiple cloning routes (mpath) if more than one ip addressfriehm2018-07-101-4/+2
* Set log_setverbose(1) early to see debug logs during parsing the configremi2018-07-091-2/+2
* No need to mention which memory allocation entry point failed (malloc,krw2018-07-091-5/+5
* Be consistent in warn() and log_warn() usage whenkrw2018-07-081-3/+3
* Add IMSG_IFADDRADD to ospfe and the master process.remi2018-06-253-11/+50
* remove the SECTIONS header, since a one line DESCRIPTION is a bit silly;jmc2018-06-181-4/+4
* Fix an off-by-one line count when using include statements.denis2018-06-111-49/+82
* Plug leak in error case of the common 'varset' implementations.krw2018-04-261-1/+3
* Increase SO_RCVBUF of the ospf socket to 256k having this buffer can resultclaudio2018-03-111-5/+5