summaryrefslogtreecommitdiffstats
path: root/ospf6d (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: rmap dep table is not correct in case of exact-match clausevdhingra2019-09-151-1/+0
* *: frr_elevate_privs -> frr_with_privsDavid Lamparter2019-09-031-1/+1
* *: Convert some route map functions to return the enumDonald Sharp2019-09-031-8/+17
* *: Fix spelling errors pointed out by debian packagingDonald Sharp2019-08-191-1/+1
* lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOPLakshman Krishnamoorthy2019-07-221-14/+12
* Revert "Ospf missing interface handling 2"Donald Sharp2019-06-243-13/+7
* *: change if_lookup_by_name() api with vrfPhilippe Guibert2019-06-123-6/+11
* ospf, ospf6d, zebra, lib: change if_get_by_name prototype with vrfPhilippe Guibert2019-06-111-1/+2
* Revert of PR 4078 and PR 4315Lakshman Krishnamoorthy2019-06-041-12/+14
* lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOPLakshman Krishnamoorthy2019-05-301-14/+12
* bfdd, lib, bgpd: add bfd cbit usagePhilippe Guibert2019-05-141-3/+7
* Merge pull request #4304 from donaldsharp/route_map_switchDavid Lamparter2019-05-141-1/+1
|\
| * bgpd, lib, ospf6d, ospfd, pimd, zebra: Rework routemap event callbackDonald Sharp2019-05-111-1/+1
* | bgp, ospfd, ospf6d, pimd, lib, isisd: add bfd_client_sendmsg vrf_idPhilippe Guibert2019-05-072-2/+2
|/
* *: use ZAPI_CALLBACK_ARGS macro for zapi handlersQuentin Young2019-05-032-25/+12
* ospf6d: replace pqueue_* with DECLARE_SKIPLISTDavid Lamparter2019-04-272-17/+17
* ospf6d: listhead returns a listnode *Donald Sharp2019-04-171-2/+3
* isisd, ospf6d, ripngd: Do not allow v6 LL's to be `redist connected` inDonald Sharp2019-03-271-0/+3
* *: remove trailing newlines from zlog messagesQuentin Young2019-03-143-5/+5
* *: replace XMALLOC + memset with XCALLOCQuentin Young2019-02-261-3/+1
* *: remove casts of XMALLOC / XCALLOCQuentin Young2019-02-264-16/+9
* *: remove null check before XFREEQuentin Young2019-02-262-6/+3
* *: do not check XMALLOC / XCALLOC for null retQuentin Young2019-02-261-4/+0
* *: use array_size instead of raw divisionQuentin Young2019-02-261-14/+8
* ospf6d: reset the global ospf6 pointerPhilippe Guibert2019-02-151-1/+3
* ospf6d: upon interface deletion, the area if list may be updatedPhilippe Guibert2019-02-143-0/+18
* ospf6d: closing server socket when leaving ospf6dPhilippe Guibert2019-02-143-0/+12
* ospf6d: unitialised buffer zone used by socketPhilippe Guibert2019-02-141-0/+1
* ospf6d: Added changes to track route-map usagergirada2019-02-041-1/+11
* build: fix a whole bunch of *FLAGSDavid Lamparter2019-01-301-1/+1
* Merge pull request #3680 from opensourcerouting/ospf6-fix-mcastDonald Sharp2019-01-282-10/+40
|\
| * ospf6d: fix FreeBSD IPv6 multicast group join raceRafael Zalamena2019-01-261-0/+16
| * ospf6d: keep track of the socket set threadRafael Zalamena2019-01-232-2/+16
| * ospf6d: don't queue interface eventsRafael Zalamena2019-01-231-8/+8
* | Treewide: use ANSI function definitionsRuben Kerkhof2019-01-241-1/+1
|/
* lib, zebra: add AFI parameter to the ZEBRA_REDISTRIBUTE_DEFAULT_* messagesRenato Westphal2019-01-141-1/+2
* *: remove all MIBs for DFSG complianceDavid Lamparter2018-12-141-3951/+0
* ospf6d: abr summary advertise best routeChirag Shah2018-11-161-2/+17
* ospf6d: add missing vty commands to ospf6 area commandPhilippe Guibert2018-11-121-6/+12
* *: Replace zclient_new with zclient_new_notifyDonald Sharp2018-11-121-1/+1
* lib: retrofit interface commands to the new northbound modelRenato Westphal2018-10-271-1/+1
* yang, lib: add 'frr-interface.yang' and associated stub callbacksRenato Westphal2018-10-271-0/+1
* *: add empty array of YANG modulesRenato Westphal2018-10-271-1/+5
* *: spelchekDavid Lamparter2018-10-252-3/+3
* Merge branch 'pull/3197'David Lamparter2018-10-231-1/+5
|\
| * *: Fixup to use proper list_cmp functionsDonald Sharp2018-10-191-1/+5
* | ospf6d: fix two "show" commandsRenato Westphal2018-10-201-2/+12
|/
* ospf6d: fix ospf6 crash in inp lsa processingChirag Shah2018-10-121-1/+1
* Merge pull request #3120 from opensourcerouting/remove-list-deleteLou Berger2018-10-025-8/+8
|\
| * *: list_delete_and_null() -> list_delete()David Lamparter2018-10-025-8/+8