summaryrefslogtreecommitdiff
path: root/usr.sbin/ospf6d
AgeCommit message (Expand)Author
2020-08-21Fix wrong fall through. The IMSG_CTL_SHOW_DB_INTRA case should onlyjan
2020-08-21Remove redundent code.jan
2020-07-15Remove unused variablesdenis
2020-06-26Replace SIMPLEQ concatenation loop with SIMPLEQ_CONCATbket
2020-06-22Remove unused variabledenis
2020-05-27Remove unneeded <stddef.h>denis
2020-05-17IF_IFACE_AVAIL is never used/checked, wipe it.denis
2020-05-16list example files in FILES with a short description: generally, "ExampleJason McIntyre
2020-05-16When IMSG_IFADD is removed, IMSG_IFDELETE becomes uselessdenis
2020-05-16IMSG_IFADD is never used, wipe itdenis
2020-05-06Same fix for ospfd lsupdate.c applies in ospf6d as well.Claudio Jeker
2020-05-04Partially reverse a commit from 2019/12/28denis
2020-04-23replace examples of "Ic arg Ic arg" with "Ic arg arg" and stop the spread;Jason McIntyre
2020-04-05Handle connected routes as ospfd(8) does.denis
2020-03-29Rework of rde_asext_get()/rde_asext_put().denis
2020-02-17Bring ospf6d closer to ospfddenis
2020-02-10briefly mention /etc/examples/ in the FILES section of all theIngo Schwarze
2020-01-21Allow the interface setting "type p2p" to be configured globallz or perremi
2020-01-21No need to pass peerid to lsa_snap()denis
2020-01-08Area-wide interface parameters need to be defined before the interfacesremi
2020-01-03Remove unused variabledenis
2020-01-03Sync with ospfd's database.cdenis
2020-01-03Sync with ospfd's hello.cdenis
2020-01-02Rename orig_rtr_lsa_area() to orig_rtr_lsa()denis
2020-01-01Cleanup control.denis
2019-12-28Refactor link state ack/req.denis
2019-12-26Add point-to-point support for broadcast interfaces.remi
2019-12-23Log a warning when a neighbor changes its address.remi
2019-12-23Area is now part of struct ifacedenis
2019-12-22Scale send buffer on socket.denis
2019-12-22Rename and move calc_nexthop_clear()/calc_nexthop_add()denis
2019-12-16Rework route priority filter.denis
2019-12-12Refactor kernel route message handling.denis
2019-12-11Convert sendto() to sendmsg().denis
2019-11-10Consistently use _rcctl enable foo_ in examples, it's simpler and lessLandry Breuil
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-06-11Introduce conf_clear_redist_list() (from ospfd) and use it in all 3 procs.remi
2019-05-26Allow specifying area by number as well as id. No changes to outputs.remi
2019-05-10When calculating how much payload ospf6d can put into DD and LSREQ packetsClaudio Jeker
2019-05-10Delete superfluous #includes of <ifaddrs.h>, <net/if_dl.h>, and <net/if_enc.h>Philip Guenther
2019-04-29Check that depend on interfaces are in the same rdomain. If they are notremi
2019-03-25One more TODO entry for reload support: check router-id changesJeremie Courreges-Anglas
2019-02-13(unsigned) means (unsigned int) which on ptrdiff_t or size_t or otherTheo de Raadt
2019-01-15For external LSAs the type (1 or 2) is encoded in the metric field. Do notremi
2019-01-14Improve error message when daemon is already running.Florian Obser
2019-01-02Detect and remove routes in the kernel routing table with priorityremi
2018-12-29Add config option fib-priority to set a custom prio for routes ospf6dremi
2018-12-09Make sure that the prefixlen returned by mask2prefixlen is never biggerremi
2018-11-01- odd condition/test in PF lexerAlexandr Nedvedicky
2018-10-30ospf6d does not support reloading so its parent proc does not needremi