summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ospf6d (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove unused variabledenis2020-06-221-2/+1
* Remove unneeded <stddef.h>denis2020-05-271-2/+1
* IF_IFACE_AVAIL is never used/checked, wipe it.denis2020-05-172-5/+2
* list example files in FILES with a short description: generally, "Examplejmc2020-05-161-4/+4
* When IMSG_IFADD is removed, IMSG_IFDELETE becomes uselessdenis2020-05-164-39/+4
* IMSG_IFADD is never used, wipe itdenis2020-05-163-27/+3
* Same fix for ospfd lsupdate.c applies in ospf6d as well.claudio2020-05-061-5/+5
* Partially reverse a commit from 2019/12/28denis2020-05-041-9/+14
* replace examples of "Ic arg Ic arg" with "Ic arg arg" and stop the spread;jmc2020-04-231-5/+5
* Handle connected routes as ospfd(8) does.denis2020-04-053-14/+27
* Rework of rde_asext_get()/rde_asext_put().denis2020-03-292-71/+90
* Bring ospf6d closer to ospfddenis2020-02-173-61/+59
* 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-213-9/+11
* No need to pass peerid to lsa_snap()denis2020-01-213-12/+13
* Area-wide interface parameters need to be defined before the interfacesremi2020-01-081-2/+4
* Remove unused variabledenis2020-01-031-2/+1
* Sync with ospfd's database.cdenis2020-01-031-41/+48
* Sync with ospfd's hello.cdenis2020-01-031-15/+15
* Rename orig_rtr_lsa_area() to orig_rtr_lsa()denis2020-01-027-35/+20
* Cleanup control.denis2020-01-012-11/+7
* Refactor link state ack/req.denis2019-12-285-98/+117
* Add point-to-point support for broadcast interfaces.remi2019-12-264-6/+18
* Log a warning when a neighbor changes its address.remi2019-12-231-3/+9
* Area is now part of struct ifacedenis2019-12-2311-67/+73
* Scale send buffer on socket.denis2019-12-223-7/+15
* Rename and move calc_nexthop_clear()/calc_nexthop_add()denis2019-12-223-47/+48
* Rework route priority filter.denis2019-12-164-12/+76
* Refactor kernel route message handling.denis2019-12-121-179/+70
* Convert sendto() to sendmsg().denis2019-12-117-17/+26
* Consistently use _rcctl enable foo_ in examples, it's simpler and lesslandry2019-11-101-12/+9
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-7/+7
* Introduce conf_clear_redist_list() (from ospfd) and use it in all 3 procs.remi2019-06-114-15/+22
* Allow specifying area by number as well as id. No changes to outputs.remi2019-05-262-13/+25
* When calculating how much payload ospf6d can put into DD and LSREQ packetsclaudio2019-05-102-5/+6
* Delete superfluous #includes of <ifaddrs.h>, <net/if_dl.h>, and <net/if_enc.h>guenther2019-05-101-2/+1
* Check that depend on interfaces are in the same rdomain. If they are notremi2019-04-291-5/+28
* One more TODO entry for reload support: check router-id changesjca2019-03-251-1/+3
* (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
* Detect and remove routes in the kernel routing table with priorityremi2019-01-021-9/+22
* Add config option fib-priority to set a custom prio for routes ospf6dremi2018-12-296-20/+40
* Make sure that the prefixlen returned by mask2prefixlen is never biggerremi2018-12-091-10/+14
* - odd condition/test in PF lexersashan2018-11-011-2/+3
* ospf6d does not support reloading so its parent proc does not needremi2018-10-301-1/+6
* replace malloc()+strlcpy() with strndup() in cmdline_symset().miko2018-09-071-9/+4
* Prevent ospf6d from starting when another process is listening on theremi2018-09-015-13/+64
* missing .Ek;jmc2018-07-121-1/+2
* Add support for rdomains.remi2018-07-129-22/+75