summaryrefslogtreecommitdiffstats
path: root/ospfd (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add json capability to the "show ip ospf interface [INTERFACE]" and "show ip ...Donald Sharp2015-07-221-117/+296
* Add json capability to the ospf commands: "show ip ospf" and "show ip ospf <1...Donald Sharp2015-07-221-190/+498
* This patch changes BGP from only listening mode for BFD status updates to int...Donald Sharp2015-06-121-1/+1
* zebra, bgpd, ospfd: 'redistribute table' to 'redistribute table <table-id>'Donald Sharp2015-06-111-19/+39
* ospfd: ospfd-virtual-link.patchDonald Sharp2015-05-201-0/+5
* ospfd: ospfd-warnings.patchDonald Sharp2015-05-209-28/+20
* ospfd: ospf_cli_fixesDonald Sharp2015-05-201-10/+149
* Command to adjust min-arrival value in Milliseconds.Donald Sharp2015-05-207-3/+99
* Changing router-id inline isnt handled correctly in the current implementation.Donald Sharp2015-05-204-9/+70
* If on-shutdown is configured to a large value and 'service quagga restart'Donald Sharp2015-05-201-1/+1
* The column headers for displaying OSPF neighbors are not alignedDonald Sharp2015-05-201-1/+1
* Add a running flag in ospf instance.Donald Sharp2015-05-203-40/+57
* Make OSPF compliant to the last sentence of this section in RFC 2328Donald Sharp2015-05-201-1/+2
* ospfd: ospf-start-lsreq-b4-exchange.patchDonald Sharp2015-05-202-1/+5
* OSPF silently ignores 'no ip ospf hello-interval X' and 'no ip ospf hello-int...Donald Sharp2015-05-201-6/+28
* Per AFI redist registrationsDonald Sharp2015-05-202-8/+8
* ISSUE:Donald Sharp2015-05-201-3/+6
* Multi-Instance OSPF SummaryDonald Sharp2015-05-2017-684/+2616
* ospf6d: ospfv3-stub-area-support.patchDonald Sharp2015-05-201-4/+0
* ospf6d: ospfv3-abr-ecmp-support.patchDonald Sharp2015-05-201-1/+0
* per-interface ospf enable and area set command.Donald Sharp2015-05-204-20/+276
* Unnumbered interface support.Donald Sharp2015-05-206-41/+114