OpenBSD CVS

src/usr.sbin/ospfd/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.sbin / ospfd

Current tag: OPENBSD_5_3_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.8   14 years  nicm   Move imsg into libutil and add a man page. Minor bump for libutil. Previous ve...
[TXT] area.c  1.9   15 years  claudio   Full stub area support. This allows ABRs to announce a default network summary L...
[TXT] auth.c  1.19   13 years  sobrado   remove trailing spaces and tabs from source code; no binary changes (verified by...
[TXT] carp.c  1.3   14 years  claudio   Bring in sync with the bgpd version of carp.c. This fixes a memory leak in an er...
[TXT] control.c  1.37   12 years  deraadt   delete excessive evtimer_pending; ok claudio
[TXT] control.h  1.5   12 years  deraadt   Handle file descriptor exhaustion in the accept() case. ok claudio
[TXT] database.c  1.30   11 years  markus   the event NBR_EVT_SEQ_NUM_MIS is not defined in state NBR_STA_XSTRT (would chang...
[TXT] hello.c  1.20   13 years  claudio   Instead of using IBUF_READ_SIZE as upper bound when building various packets use...
[TXT] in_cksum.c  1.6   17 years  deraadt   term 3 here can be dropped too
[TXT] interface.c  1.75   12 years  sthen   Don't display a nonsense uptime for an inactive interface. ldpd fix from Rafael ...
[TXT] iso_cksum.c  1.5   18 years  claudio   Cleanup and "simplify" iso checksum implementation. OK norby@
[TXT] kroute.c  1.91   12 years  sthen   Rather than reloading kernel routes immediately when an RTM_DESYNC is seen, set ...
[TXT] log.c  1.7   12 years  sthen   Decouple log_verbose() from log_init() so the verbose flag stays set with "ospfd...
[TXT] log.h  1.5   14 years  claudio   Implement IMSG_CTL_LOG_VERBOSE to enable or disable debug logging on runtime. It...
[TXT] lsack.c  1.20   13 years  claudio   Rewrite the lsack generation. Make it more like the lsupdate code. Removes some ...
[TXT] lsreq.c  1.20   11 years  markus   the peer might still send more DD messages, even if the RDE has processed all re...
[TXT] lsupdate.c  1.41   11 years  markus   for point-to-point interfaces we need to send lsupdates to the interface address...
[TXT] name2id.c  1.2   16 years  reyk   add support for mapping route labels to AS-external route tags. manpage bits fr...
[TXT] neighbor.c  1.46   11 years  markus   improve snapshot handling: - don't start a new snapshot if we are already in NBR...
[TXT] ospf.h  1.23   11 years  markus   allow two minutes until neighbor adjacencies are formed; ok claudio@
[TXT] ospfd.8  1.29   11 years  jmc   last stage of rfc changes, using consistent Rs/Re blocks, and moving the referen...
[TXT] ospfd.c  1.78   12 years  sthen   Decouple log_verbose() from log_init() so the verbose flag stays set with "ospfd...
[TXT] ospfd.conf.5  1.47   11 years  jmc   bump reference to rfc 1583 to rfc 2328;
[TXT] ospfd.h  1.91   11 years  markus   improve snapshot handling: - don't start a new snapshot if we are already in NBR...
[TXT] ospfe.c  1.85   11 years  markus   improve snapshot handling: - don't start a new snapshot if we are already in NBR...
[TXT] ospfe.h  1.45   11 years  markus   improve snapshot handling: - don't start a new snapshot if we are already in NBR...
[TXT] packet.c  1.30   14 years  nicm   Rename some imsg bits to make namespace collisions less likely buf to ibuf, buf_...
[TXT] parse.y  1.73   13 years  bluhm   Do not use a carp address as ospf router id because it is not unique. ok claudio...
[TXT] printconf.c  1.15   14 years  dlg   implement support for fast hello packets. if route-dead-time is set to "minimal...
[TXT] rde.c  1.94   13 years  claudio   First bits to support opaque LSA. Type-9, 10 and 11 are LSA that can hold about ...
[TXT] rde.h  1.38   13 years  claudio   First bits to support opaque LSA. Type-9, 10 and 11 are LSA that can hold about ...
[TXT] rde_lsdb.c  1.48   11 years  markus   improve snapshot handling: - don't start a new snapshot if we are already in NBR...
[TXT] rde_spf.c  1.75   11 years  bluhm   The if (!better && !equal) check is redundant as the same condition is checked a...