summaryrefslogtreecommitdiffstats
path: root/ospfd (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: add/cleanup initialisersDavid Lamparter2016-06-071-2/+1
* *: use void * for printing pointersDavid Lamparter2016-05-307-37/+45
* *: use long long to print time_tDavid Lamparter2016-05-302-6/+6
* build: get rid of INCLUDES, use AM_CPPFLAGSDavid Lamparter2016-06-031-1/+1
* ospfd: Some small tweaks to the SPF execution reason patchPaul Jakma2016-05-266-69/+63
* ospfd: PointToPoint neighbors are identified by router IDJoakim Tjernlund2016-05-261-8/+11
* *: fix in_addr initialisersDavid Lamparter2016-05-261-1/+1
* build: make libraries self-reliantDavid Lamparter2016-05-261-0/+1
* ospfd: trap on state change seems to send incorrect value for ospfNbrStateFernando Soto2016-05-261-17/+27
* ospfd: Fix bug in 94266fa822ba, nbr_self rebuild didn't add valid nbr_selfPaul Jakma2016-05-264-5/+12
* ospfd: ospf_nbr_nbma_set()/ospf_snmp_vl_add() add unlockJoakim Tjernlund2016-05-262-0/+5
* ospfd: ospf_ls_upd_send() add missing unlock.Joakim Tjernlund2016-05-261-0/+2
* ospfd: ospf_ase.c, external_lsa locking fixes.Joakim Tjernlund2016-05-261-4/+6
* ospfd: Move route_unlock_node() in ospf_ase_incremental_update()Joakim Tjernlund2016-05-261-1/+1
* ospfd: add missing unlock for ospf_interface_address_delete()Joakim Tjernlund2016-05-261-0/+1
* ospfd: Self nbrs needs to be rebuilt when router ID changes.Joakim Tjernlund2016-05-261-2/+9
* ospfd: Make ospf_passive_interface_update calls friendly to static analysisPaul Jakma2016-05-261-7/+19
* snmp: fix warningsDavid Lamparter2016-05-261-6/+6
* ospfd: set O-bit in the option of all DD packetsLu Feng2016-05-261-16/+1
* ospfd: Fix initial Opaque LSA DB synchronisationOlivier Dugeon2016-05-261-7/+13
* ospfd: Don't leave stale RouterLSA's when changing areaIDJoakim Tjernlund2016-05-261-1/+4
* ospfd: invalid MD5 auth_key?Joakim Tjernlund2016-05-261-2/+2
* 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