summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_vty.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix segfault in ospfd - [quagga-dev 980].hasso2004-03-201-1/+1
|
* 2003-08-10 amir <amir@datacore.ch>paul2003-08-101-36/+33
| | | | | * Add missing 'i' to getopts, short form of --pid_file. see http://bugzilla.quagga.net/show_bug.cgi?id=25
* 2003-08-06 Anders K. Pedersen <mailnews+router-quagga-dev@news.cohaesio.com>paul2003-08-061-2/+3
| | | | | | * ospfd/ospf_vty.c: (ospf_config_write) fix output of passive-interface when IP has been specified - we still need to print the interface.
* 2003-06-30 Paul Jakma <paul@dishone.st>paul2003-06-301-1/+5
| | | | | * (show_ip_ospf_database_header) Fix unconditional NSSA-dependent printf.
* 2003-06-27 Paul Jakma <paul@dishone.st>paul2003-06-271-8/+21
| | | | | | | | | * ospf_vty.c: (global) add, unused, description array for lsa flags. (show_ip_ospf_database_header): pretty print options, printf hex numbers as 0x, print lsa flags and note if it is a translated LSA. (show_lsa_detail_proc): print out OSPF_LSA_LOCAL_XLT LSAs. * ospf_packet.c: (ospf_write) print out destination IP in debug info if write fails.
* 2003-06-19 Paul Jakma <paul@dishone.st>paul2003-06-221-58/+93
| | | | | | | | | | | | | | | | | | | | | * ospf_vty.c (ospf_area_stub_no_summary): fix typo. (ospf_area_nssa_cmd_handler): new function to handle the area.*nssa commands. (ospf_area_nssa_cmd): changed to call ospf_area_nssa_cmd_handler (ospf_area_nssa_translate_cmd) ditto (ospf_area_nssa_translate_cmd): changed from ALIAS to defun, call ospf_area_nssa_cmd_handler (ospf_area_nssa_translate_no_summary_cmd): ditto (no_ospf_area_nssa_cmd): call ospf_schedule_abr_task() (show_ip_ospf_area): Formatting cleanups. Properly print out NSSA area configuration. show_router_lsa_detail: Add missing newline (show_network_lsa_detail): ditto (show_summary_lsa_detail): ditto (show_summary_asbr_lsa_detail): ditto (show_ip_ospf_route_router): fix spacing (config_write_ospf_area): actually write out proper state for NSSA area.
* From: Hasso Tepper <hasso@estpak.ee>paul2003-05-231-0/+1
| | | | | | | | Add the 'no interface' command to all the daemons and vtysh. now it's possible to delete interface from routeing daemons as well only if it doesn't exist in os. http://hasso.linux.ee/zebra/ht-no_interface_fix.patch
* Undo Hasso last patch, about to apply a slightly updated patch.paul2003-05-231-1/+0
|
* From: Hasso Tepper <hasso@estpak.ee>paul2003-05-231-0/+1
| | | | | | http://hasso.linux.ee/zebra/ht-no_interface-23052003.patch Add the 'no interface' command to all the daemons and vtysh.
* From: Hasso Tepper <hasso@estpak.ee>paul2003-05-181-0/+3
| | | | | | Subject: [zebra 19093] [PATCH] Two more fixes Show NSSA LSA route info in "show ip ospf database" output
* From: Hasso Tepperpaul2003-04-231-238/+238
| | | | | | This one fixes "router xxx" node commands in vtysh. Don't get "unknown command" error when entering "passive-interface eth0" command while ospfd and ospf6d running etc.
* 2003-04-04 Paul Jakma <paul@dishone.st>paul2003-04-041-118/+188
| | | | | | | | | * Sync to Zebra CVS * Fix lib/thread.h leak * Fix small Opaque LSA leak * Do not configure OSPF interfaces for secondary addresses * vtysh fixes from Hasso * Dave Watson's missing ntohs fix
* 2003-03-25 Paul Jakma <paul@dishone.st>paul2003-03-251-267/+343
| | | | | | | | * sync to latest zebra CVS * spec file: updated and added define for ospf-api/client NB: OSPF-API has been broken by the zebra.org changes, which has added struct ospf * as a new arg to many functions
* zebra link state detection supportpatch.z12269.linkstatepaul2002-12-131-6/+5
|
* Initial revisionpaul2002-12-131-0/+7571