summaryrefslogtreecommitdiff
path: root/usr.sbin/ospfd/ospfd.h
AgeCommit message (Expand)Author
2020-01-21Allow the interface setting "type p2p" to be configured globallz or perremi
2019-11-19Add point-to-point support for broadcast interfaces.remi
2019-05-16Do not change router-id on reload if unspecified.denis
2018-12-28Add config option fib-priority to set a custom prio for routes ospfdremi
2018-08-29Prevent ospfd from starting if another ospfd is already using the sameremi
2018-06-25Add IMSG_IFADDRADD to ospfe and the master process.remi
2018-02-11Use the new route filter ROUTE_PRIOFILTER in ospfd. Usually we onlySebastian Benoit
2018-02-08Bump the read sockbuf of the routing socket to 2MB, may help reduce some ofClaudio Jeker
2018-02-05Introduce "depend on". This allows ospfd to set the metric dependentremi
2017-01-24sync log.c from relayd et al to ospfd.Sebastian Benoit
2017-01-23Remove incomplete "forced nexthop" support.Jeremie Courreges-Anglas
2016-09-02work on making log.c similar in all daemons:Sebastian Benoit
2015-12-05Pledge ospfd SE ("stdio inet mcast") and RDE ("stdio") move some codeClaudio Jeker
2015-11-22Improve ABR support especially for self-originated stub networks.Claudio Jeker
2015-09-27As done for bgpd recently, rename if_mediatype to if_type in ospfd/ospf6d.Stefan Sperling
2013-01-17improve snapshot handling:Markus Friedl
2011-05-09First bits to support opaque LSA. Type-9, 10 and 11 are LSA that canClaudio Jeker
2011-01-12Kill struct rroute and move the metric to struct kroute. ThisClaudio Jeker
2010-09-25When counting the lsa also build the sum of the ls_checksums. This can beClaudio Jeker
2010-02-19implement ospfctl fib reload.David Gwynne
2010-02-16Pick up RTM_DELADDR and issue an internal IFADDRDEL message to the ospfe toClaudio Jeker
2010-02-16implement support for fast hello packets.David Gwynne
2009-11-02Implement IMSG_CTL_LOG_VERBOSE to enable or disable debug logging on runtime.Claudio Jeker
2009-06-06Get ready for including imsg.h from a lib, when it comes along.Pierre-Yves Ritschard
2009-06-06sync ospfctl/ospfd with the common imsg code, making it lib ready as well.Eric Faurot
2009-06-05make ospfd's imsg lib ready as well.Pierre-Yves Ritschard
2009-06-05Preliminary rdomain support, all hacked up by reyk@Claudio Jeker
2009-06-05treat buf->wpos as the size to send out on the wire, not buf->size,Pierre-Yves Ritschard
2009-06-02Track reject and blackhole routes and allow them to be redistributed evenClaudio Jeker
2009-04-07allow to specify an alternate control socket instead of /var/run/ospfd.sock.Reyk Floeter
2009-03-04Introduce and use buf_size(buf) instead of buf->wpos -- at least in the nonClaudio Jeker
2009-01-31Implement buf_left() to make some some more buffer handling easier.Claudio Jeker
2009-01-07Full stub area support. This allows ABRs to announce a default networkClaudio Jeker
2008-12-12Make the kroute code routing priority aware. This solves a few issues andClaudio Jeker
2008-11-24Initial support for stub areas. The bit still missing is the redistributionClaudio Jeker
2007-10-11Bye bye global ospf options. OSPF options are per area (at least the oneClaudio Jeker
2007-09-25Last missing piece in the equal cost multipath support for ospfd.Claudio Jeker
2007-09-11Switch some more baudrates to 64 bit and initialize iface->baudrate.Claudio Jeker
2007-06-19add support for mapping route labels to AS-external route tags.Reyk Floeter
2007-05-29Demote support for ospfd. It is possible to specify a demote group onClaudio Jeker
2007-03-21Add support for RFC 3137: OSPF Stub Router AdvertisementClaudio Jeker
2007-02-01Preliminary configuration reload support. Seems to work reasonably wellClaudio Jeker
2007-02-01kr_reload() -- another helper function for reload support. This oneClaudio Jeker
2006-12-21Unbreak redistribute default and make it possible to specify a metric forClaudio Jeker
2006-12-07Make it possible to set the metric and LSA type for redistributed routes.Claudio Jeker
2006-11-17Support for multiple networks on one interface. Until now only the mainClaudio Jeker
2006-06-28Track the uptime of the ospfd daemon itself.Esben Norby
2006-05-31More redistribute fun. Add a possibility to deny redistribution of specifiedClaudio Jeker
2006-05-30Now that rtlabels are accessable via sysctl we can use route lables toClaudio Jeker
2006-04-25Path the length of the packet as size_t to in_cksum(). Enforce that theClaudio Jeker