summaryrefslogtreecommitdiffstats
path: root/ospfd (follow)
Commit message (Expand)AuthorAgeFilesLines
* ospfd: Fix compiler warningsDonald Sharp2016-05-202-3/+3
* OSPF LSA may not be refreshed within 1800s, ANVL OSPF test 12.4 failsDaniel Walton2016-05-183-21/+20
* OSPF ANVL failures in 3.0Daniel Walton2016-05-142-3/+3
* OSPF refreshTimerMsecs in json output is offDaniel Walton2016-05-131-1/+1
* zebra - BFD client de-registration supportradhika2016-05-092-0/+4
* quagga: Fixup startup to allow consistency between sysV and systemdDonald Sharp2016-04-272-5/+0
* zebra: Change interface handling so non-vrf aware protocols correctly handle ...Don Slice2016-04-221-4/+4
* Fixes Quagga Bugzilla #842 - ospfd uses non-zero metric when describing loopb...kitty2016-04-181-1/+1
* quagga: Remove iflist global variableDonald Sharp2016-04-084-7/+8
* bgpd, lib, ospfd, ospf6d: Fix bfd interface lookupDonald Sharp2016-03-241-1/+1
* Revert "Fixes Quagga Bugzilla #842 - ospfd uses non-zero metric when describi...Donald Sharp2016-03-231-1/+1
* quagga: delete interface from default table when moved to vrfDon Slice2016-03-182-1/+4
* Fixes Quagga Bugzilla #842 - ospfd uses non-zero metric when describing loopb...kitty2016-03-181-1/+1
* ospfd: Fix Dereference of Null Pointer during configDonald Sharp2016-03-171-0/+22
* Support for multi-client and client reg msgradhika2016-03-091-1/+7
* Make duplicate ospf commands hiddenDaniel Walton2016-03-021-67/+74
* ospfd: Fix MI redistributionDonald Sharp2016-03-011-1/+1
* ospfd: Fix some missing 'no XXX' commandsDonald Sharp2016-02-241-0/+27
* OSPFv2 has both "router-id x.x.x.x" and "ospf router-id x.x.x.x"Daniel Walton2016-02-191-11/+6
* Quagga: Support VRF unregister for clientsvivek2016-02-121-1/+1
* OSPF distance command does not accept "external <1-255>"Daniel Walton2016-02-101-1/+1
* *: Modify protocols to have systemd integrationDonald Sharp2016-02-102-1/+9
* Merge branch 'cmaster' of ssh://stash.cumulusnetworks.com:7999/quag/quagga in...Donald Sharp2015-11-273-74/+475
|\
| * Should be able to "no" the full text of any config lineDaniel Walton2015-11-233-74/+475
* | Quagga: prefix2str fixupDonald Sharp2015-11-233-7/+7
* | Quagga: Fixup some compile warningsDonald Sharp2015-11-231-1/+1
|/
* Quagga: Fixup cli and json keywordDonald Sharp2015-11-191-49/+36
* Zebra: Remove reliance on NEXTHOP_TYPE_IPV4_ONLINKDonald Sharp2015-11-161-32/+21
* OSPF: remove deprecated commandsDaniel Walton2015-11-131-40/+0
* OSPF: Fix zlog_warn to zlog_debug in some unlikely scenariosDonald Sharp2015-11-091-8/+10
* Merge branch 'cmaster' of ssh://stash.cumulusnetworks.com:7999/quag/quagga in...Vipin Kumar2015-11-044-5/+71
|\
| * Enable OSPF "log-adjacency-changes" by defaultDaniel Walton2015-11-032-3/+9
| * Add "no debug ospf" and "no debug ospf6" commands to disable all ospf debuggingDaniel Walton2015-11-031-0/+60
| * lib: hide internal prefix list structuresDavid Lamparter2015-11-031-2/+2
* | *: add VRF ID in the API message headerFeng Lu2015-11-043-32/+63
|/
* *: call if_init()/if_terminate() from vrf_init()/vrf_terminate()Feng Lu2015-10-302-1/+2
* Zebra: Make redistribute do replace instead of del/add for better convergencevivek2015-10-212-16/+37
* OSPF needs to handle the previously added redist updateVipin Kumar2015-10-211-0/+10
* Print an error when user tries to change a previously configured area.Vipin Kumar2015-10-211-0/+3
* lib: zclient.c remove extern struct thread_master *Donald Sharp2015-09-233-4/+4
* Zebra: Add IPv6 protocol filtering support & Setting Src of IPv6 routesDinesh G Dutt2015-09-161-1/+1
* Support of BFD status in Quaggaradhika2015-08-315-16/+127
* Added json formating support to several show-...-detail ospf commands.Morgan Stewart2015-08-071-163/+417
* configuration options for faster OSPF convergenceMichael Rossberg2015-07-318-34/+121
* arm compilation failures.Donald Sharp2015-07-302-2/+3
* Fixup of a few missed warnings after --enable-werror turned onDonald Sharp2015-07-262-1/+2
* Add --enable-werror to configureDonald Sharp2015-07-261-0/+1
* Fixup of warnings in the codeDonald Sharp2015-07-261-12/+0
* This patch changes ospfd from only listening mode for BFD status updates to i...Donald Sharp2015-07-229-87/+406
* Add optional json capability to the "show ip ospf neighbor", "show ip ospf ne...Donald Sharp2015-07-221-80/+211