summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_vty.c
Commit message (Expand)AuthorAgeFilesLines
* [ospfd] Fix bug in passive-interface default commands.Andrew J. Schorr2006-11-281-43/+43
* [ospfd] Add passive-interface default supportPaul Jakma2006-10-221-48/+143
* [ospfd] Bug #134, ospfd should be more robust to backward time changePaul Jakma2006-08-271-3/+5
* [ospfd] Additional NSM neighbour state change stats/informationPaul Jakma2006-07-251-4/+13
* [ospfd] record timestamp and event of last NSM state change for neighbourPaul Jakma2006-07-111-1/+8
* [ospfd] Fix "show ip ospf neighbor A.B.C.D" to show all matchesAndrew J. Schorr2006-06-301-5/+1
* [ospfd] Implement new ospf router subcommand "log-adjacency-changes [detail]"Andrew J. Schorr2006-06-291-2/+77
* [ospfd] Replace redistribution strings with new route_types.h defines.Paul Jakma2006-06-271-89/+43
* [ospfd] Fix ospf passive-interface subcommand to create interface if necessaryAndrew J. Schorr2006-06-181-14/+2
* [ospfd] Fix multicast membership drop bugPaul Jakma2006-06-151-6/+9
* [ospfd] Check NULL result from ospf_area_lookup_by_area_id, CID #69Paul Jakma2006-05-111-1/+3
* [ospfd] Fix missing check for ospf_lookup NULL return, CID #70Paul Jakma2006-05-111-16/+22
* [ospfd] Fix SPF of virtual-linksPaul Jakma2006-05-041-6/+23
* [compiler] miscellaneous trivial compiler warning fixespaul2006-01-191-1/+1
* [ospfd] trim redundant stringspaul2006-01-101-4/+3
* [ospfd] rename graceful to deferred, fix a tiny compile warning.paul2005-11-261-3/+3
* 2005-11-20 Paul Jakma <paul.jakma@sun.com>paul2005-11-201-5/+3
* [ospfd] Standardize buffer sizes used for displaying timers.ajs2005-11-161-13/+7
* 2005-11-04 Paul Jakma <paul.jakma@sun.com>paul2005-11-041-1/+1
* 2005-10-29 Paul Jakma <paul.jakma@sun.com>paul2005-10-291-6/+217
* 2005-10-23 Paul Jakma <paul.jakma@sun.com>paul2005-10-231-4/+10
* 2005-10-21 Paul Jakma <paul.jakma@sun.com>paul2005-10-211-3/+5
* 2005-10-21 Paul Jakma <paul.jakma@sun.com>paul2005-10-211-51/+134
* 2005-10-21 Paul Jakma <paul.jakma@sun.com>paul2005-10-211-35/+119
* 2005-10-01 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-10-011-4/+2
* 2005-09-29 Alain Ritoux <alain.ritoux@6wind.com>vincent2005-09-291-0/+144
* 2005-09-19 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-09-191-2/+1
* * ospf_vty.c: Make "show ip ospf neighbor xxx" commands work.hasso2005-08-211-33/+30
* * ospf_vty.c: Check carefully if interface exists before trying tohasso2005-08-171-9/+12
* 2005-07-12 Paul Jakma <paul.jakma@sun.com>paul2005-07-121-3/+3
* 2005-05-06 Paul Jakma <paul.jakma@sun.com>paul2005-05-061-59/+57
* 2005-04-07 Paul Jakma <paul.jakma@sun.com>quagga_post_listloop_cleanuppaul2005-04-071-130/+110
* 2005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-04-021-2/+3
* 2005-03-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-03-291-20/+14
* 2005-02-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-02-081-2/+51
* Show sums of checksums in "show ip ospf" output. Okayed by Paul and Jameshasso2004-12-221-4/+31
* Fix "show ip ospf" output. If router is configured as "translate-never", wehasso2004-12-221-1/+1
* 2004-12-15 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-12-151-3/+2
* 2004-12-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-12-081-6/+7
* OK. Here it is - PtP patch from Andrew J. Schorr. No problems with ospfd,hasso2004-10-191-0/+5
* 2004-10-11 Paul Jakma <paul@dishone.st>paul2004-10-111-6/+7
* Compiler warnings fixes round 1.hasso2004-10-081-21/+21
* Compiler warnings fixes.hasso2004-09-261-9/+9
* Remove usage of evil list and listnode typedefs.hasso2004-09-231-24/+24
* Fix for Bugzilla #108.hasso2004-08-311-6/+9
* Remove ifdef's HAVE_NSSA. NSSA support is stable enough.hasso2004-06-201-62/+0
* Ooops. Check if area-id format is valid.hasso2004-04-191-0/+8
* ****! What else I will discover while documenting this code? Remove uselesshasso2004-04-191-7/+0
* Fix segfault in ospfd - [quagga-dev 980].hasso2004-03-201-1/+1
* 2003-08-10 amir <amir@datacore.ch>paul2003-08-101-36/+33