summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ospf6d (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* With the "depend on" option routes are sent out with a metric of 65535 ifremi2018-07-128-34/+168
* remove wrong commentremi2018-07-111-2/+1
* Do for most running out of memory err() what was done for most runningkrw2018-07-111-5/+5
* pledge(2)friehm2018-07-102-2/+8
* If intra area prefixes move from one router to another router, cloning routesfriehm2018-07-101-4/+23
* Let kroute_matchgw() select the correct route before checking flags.friehm2018-07-101-3/+3
* Set log_setverbose(1) early to see debug logs during parsing the configremi2018-07-091-2/+1
* 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
* remove the SECTIONS header, since a one line DESCRIPTION is a bit silly;jmc2018-06-181-4/+4
* Send LSAs with MAX_METRIC for carp interfaces in state backup.remi2018-06-122-7/+29
* Fix resending intra area prefix LSAs on link state or if flag change.remi2018-06-121-10/+13
* Fix an off-by-one line count when using include statements.denis2018-06-111-49/+82
* memory leak spotted by claudio@remi2018-06-101-2/+3
* The value for metric of intra area prefix LSAs should be set to:remi2018-06-101-2/+4
* 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-2/+5
* Same change as rev 1.22 in ospfd:claudio2018-02-221-3/+4
* Clear the dr and bdr fields of a neighbor when it goes down.claudio2018-02-091-5/+5
* ospf6d mostly only cares about AF_INET6 routesbenno2018-02-081-2/+2
* Bump the read sockbuf of the routing socket to 2MB, may help reduce some ofclaudio2018-02-081-2/+2
* Disable config reload, ospf6d just exits on reload with simple setups.jca2017-11-051-1/+5
* Kill dead assignement.jca2017-11-051-2/+1
* bring ospf6d's log.c in sync with ospfd and bgpdbenno2017-08-127-70/+116
* Import route priority support from ospfd to ospf6d.friehm2017-06-193-101/+66
* Adding multipath route support to ospf6d. Almost copied from ospfd.friehm2017-05-304-84/+162
* From a syslog perspective it does not make sense to log fatal andbluhm2017-03-211-6/+6
* copy log.c/h from bgpd.benno2017-01-232-13/+15
* Replace hand-rolled for(;;) traversal of ctl_conns TAILQ withkrw2017-01-081-7/+9
* Replace hand-rolled for(;;) emptying of 'symhead' TAILQ with morekrw2017-01-051-3/+2
* Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQkrw2017-01-051-5/+7
* Replace struct rroute with struct kroute, as done in ospfdjca2016-12-273-63/+56
* Print metric and type for "redistribute" in ospf6d -v.jca2016-12-241-6/+9
* Let rde and ospfe know about all IFINFO messages (eg an interface MTU change).jca2016-12-221-7/+7
* Don't run the FSM if the interface state hasn't changed.jca2016-12-221-4/+12
* Simplify shutdown process.renato2016-09-033-69/+42
* work on making log.c similar in all daemons:benno2016-09-021-0/+202
* work on making log.c similar in all daemons:benno2016-09-027-202/+36
* do not allow whitespace in macro names, i.e. "this is" = "a variable".benno2016-06-211-1/+9
* add format attributes to the proper functions and then fix thebenno2016-06-062-12/+20
* ospf6d looks for net.inet6.ip6.forwarding, not net.inet.ip.forwarding.reyk2016-02-141-3/+3
* Remove setproctitle() for the parent process. Because rc.d(8) uses processsthen2016-02-021-4/+1
* EAGAIN handling for imsg_read. OK henning@ benno@claudio2015-12-054-15/+16
* strings.h -> string.h to prevent an implicit declaration warning.mmcc2015-12-051-2/+2
* As done for bgpd recently, rename if_mediatype to if_type in ospfd/ospf6d.stsp2015-09-275-13/+13
* use file system path (.Pa) semantic markup macros where appropriate.sobrado2015-07-271-4/+4
* Similar to bgpd and ospfd skip broadcast (should not happen) and llinfoclaudio2015-07-171-3/+14
* use the sizeof the struct not the sizeof a pointer to the structjsg2015-05-051-2/+2
* Use sizeof(u_short) in the first check since there are RT messages thatclaudio2015-02-111-2/+2
* Same session_socket_blockmode() changes as done to ospfd. Also do the sameclaudio2015-02-105-48/+24