summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_vty.c
Commit message (Expand)AuthorAgeFilesLines
* ospfd: Remove HAVE_OPAQUE_LSADonald Sharp2016-02-261-39/+0
* ospfd: Extend 'ip ospf area' to take address argument + rationalise ospf enablePaul Jakma2015-10-271-26/+62
* ospfd: Impl. per interface 'ip ospf area' commandJoakim Tjernlund2015-10-271-0/+76
* build/arm: Arm compilation warning fixDonald Sharp2015-09-241-1/+2
* ospfd: Fast OSPF convergenceMichael Rossberg2015-09-241-0/+91
* *: add VRF ID in the API message headerFeng Lu2015-06-031-1/+2
* ospfd: Remove the blocking of opaque LSAs origination & flooding 'optimisation'Paul Jakma2015-05-051-3/+1
* ospfd: Make ospf_passive_interface_update calls friendly to static analysisPaul Jakma2015-05-051-7/+19
* ospfd: Some small tweaks to the SPF execution reason patchPaul Jakma2014-11-111-3/+3
* Compute and display SPF execution statisticsDinesh G Dutt2014-11-111-0/+3
* Fix most compiler warnings in default GCC build.Paul Jakma2014-09-231-1/+0
* *: nuke ^L (page feed)David Lamparter2014-06-041-25/+25
* ospfd: don't allow to set network type on loopback interfacesChristian Franke2014-05-141-1/+7
* ospfd/ospf_vty.c: use keyword cmd styleChristian Franke2014-04-011-874/+62
* bgpd, ospfd, zebra: fix some DEFUN definitionsChristian Franke2014-04-011-0/+2
* ospfd: compile warning cleanupsAndrew Certain2013-01-071-7/+3
* ospfd: Fixed typo bug in ospf_vty.h:ospf_neighborAndrew Certain2013-01-071-1/+1
* ospfd: fix argument parsing for distribute-listChristian Franke2013-01-071-2/+2
* ospf: Convert MAX_AGE LSA list to treeDinesh Dutt2013-01-071-9/+14
* ospf: forward ref. of areas for "max-metric router-lsa administrative" cmdAyan Banerjee2013-01-071-0/+5
* lib: fix some strtoul() use casesUlrich Weber2012-01-021-1/+4
* lib: put route_types.txt to real useDavid Lamparter2011-12-131-31/+16
* ospfd: remove unused codeStephen Hemminger2011-12-071-1/+2
* ospfd: use existing macro for consistencyDenis Ovsienko2011-09-271-2/+2
* ospfd: Unify router and network LSA refresh logic with general refresherPaul Jakma2010-12-081-3/+3
* ospfd: Remember network LSA sequence numbers across up/downs of an interfacePaul Jakma2010-12-081-1/+7
* ospfd: VTY strings cleanupStephen Hemminger2009-12-031-15/+2
* [ospfd] enable more OSPF cost command aliasesDenis Ovsienko2009-09-281-0/+88
* ospfd: Change struct ospf_path *oi to ifindex.Joakim Tjernlund2009-08-031-10/+13
* [cleanup] Make command nodes staticStephen Hemminger2009-06-121-9/+2
* [ospfd] fix vty ospfd no ospf abr-type standardFrancesco Dolcini2009-06-021-1/+3
* Justified OSPF cost function names and added support for:Denis Ovsienko2009-04-101-8/+27
* Fix SEGV in ip ospf neighbor allJoakim Tjernlund2008-08-251-1/+1
* [warnings] Fix various SOS warningsPaul Jakma2008-08-221-1/+1
* [ospfd] Fix address qualified 'ip ospf auth' commandsPaul Jakma2007-05-101-4/+4
* [PtP over ethernet] New peer flag allows much more addressing flexibilityAndrew J. Schorr2006-12-121-2/+2
* [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