summaryrefslogtreecommitdiff
path: root/usr.sbin/ospfd
AgeCommit message (Expand)Author
2006-07-06In rt_invalidate() skip all as_ext routes if routes matching a specific areaClaudio Jeker
2006-07-03Add missing breaks and suddenly all starts to make sense again. WonderedClaudio Jeker
2006-06-28Track the uptime of the ospfd daemon itself.Esben Norby
2006-06-02remove unused variable, found by lint.Esben Norby
2006-06-01Document all the new and shiny redistribute options. With a lot of help fromClaudio Jeker
2006-05-31Support for "[no] redistribute 10.6/16", all routes that match into thisClaudio Jeker
2006-05-31More redistribute fun. Add a possibility to deny redistribution of specifiedClaudio Jeker
2006-05-31Plug memory leak; ok claudio@Patrick Latifi
2006-05-30Correctly calculate point-to-point nexthop address. The logic was badly twistedClaudio Jeker
2006-05-30Uups, this file should be commited with the redistribute rtlabel stuff.Claudio Jeker
2006-05-30Now that rtlabels are accessable via sysctl we can use route lables toClaudio Jeker
2006-05-29Delay lsa database deletes for MIN_LS_INTERVAL seconds so that flappingClaudio Jeker
2006-05-29Remove useless debug message that gets triggered all the time in big networks.Esben Norby
2006-05-27sync to bgpd: use ibuf->pid in imsg_create if pid == 0, claudio okHenning Brauer
2006-05-27Revert last commit. Having ifindex of 0 is an error and needs to be reported.Claudio Jeker
2006-05-26\<char> is <char> except for \<newline> -- no exceptions. much like howTheo de Raadt
2006-04-28do not log "interface with index 0 not found". ifindex == 0 happens onHenning Brauer
2006-04-25kill unused old debug code.Esben Norby
2006-04-25Mark fatal and fatalx as __dead from a similar diff for bgpd from deraadt@Claudio Jeker
2006-04-25Use size_t for buffer lenght passed to send_ls_ack() plus an ARGSUSED.Claudio Jeker
2006-04-25Kill unused function and add a ARGSUSED.Claudio Jeker
2006-04-25Path the length of the packet as size_t to in_cksum(). Enforce that theClaudio Jeker
2006-04-25The return value of lsa_num_links is an u_int16_t tnd not int. Found by lint.Claudio Jeker
2006-04-25More lint cleanup. Kill unneeded stuff and sprinkle some ARGSUSED.Claudio Jeker
2006-04-25ARGSUSED for event handler.Claudio Jeker
2006-04-25Mark event handlers with ARGSUSED to please lint.Claudio Jeker
2006-04-24Fix parser to match current behaviour and make auth-type et al. part of theClaudio Jeker
2006-04-20Simplify the defaults handling. This is long overdue and necessary to addClaudio Jeker
2006-04-18struct kif_kr is not used in ospfd.Claudio Jeker
2006-04-16KNFHenning Brauer
2006-04-16only look at later rt_msghdr fields for those messages actually usingHenning Brauer
2006-03-31kill trailing whitespace;Jason McIntyre
2006-03-30For correct operation, ospfd needs net.inet.ip.forwarding=1 so add aClaudio Jeker
2006-03-30Add a warning about "fib-update no" similar to the fib decouple descriptionClaudio Jeker
2006-03-27More specific warning.Claudio Jeker
2006-03-25Highlight that running an OSPF router without forwarding enabled isEsben Norby
2006-03-23List interfaces they way we list neighbors etc.Esben Norby
2006-03-22Move the AS external LSA tree out of struct ospfd_config. This simplifiesClaudio Jeker
2006-03-21Kill debug message that floods the log if ospfctl is killed while dumpingClaudio Jeker
2006-03-21Invalidating the full RIB and then only recalculating part of it is notClaudio Jeker
2006-03-15There is no need to check iface != NULL. These parser rules are only allowedClaudio Jeker
2006-03-15Looks like auth-type simple was busted since a long time. We bcmp() aClaudio Jeker
2006-03-14Kill unneeded util.h include.Claudio Jeker
2006-03-13The return value of the start/stop timer functions is almost never checked.Claudio Jeker
2006-03-09Track interface uptime.Esben Norby
2006-03-09Add some NOTREACHED to please lint.Claudio Jeker
2006-03-09More spring cleaning with lint. Change a few types and add some comments toClaudio Jeker
2006-03-09It seems that 60 secs is a reasonable amount of time to reach state FULL.Esben Norby
2006-03-09Move *_name functions to log.c and use these for both ospfd and ospfctl.Claudio Jeker
2006-03-09Correctly warn about unsupported interface types as it is done in other places.Claudio Jeker