summaryrefslogtreecommitdiffstats
path: root/ospf6d (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Remove break after returnDonatas Abraitis2020-02-132-6/+0
* Merge pull request #5763 from ton31337/fix/return_without_parentRenato Westphal2020-02-103-9/+9
|\
| * *: Remove parenthesis on return for constantsDonatas Abraitis2020-02-093-9/+9
* | Merge pull request #5104 from opensourcerouting/route-map-nbv2Donald Sharp2020-02-051-0/+1
|\ \ | |/ |/|
| * *: fix route map integrationRafael Zalamena2020-02-041-0/+1
* | *: remove null check before XFREEQuentin Young2020-02-041-7/+2
* | *: don't null after XFREE; XFREE does this itselfQuentin Young2020-02-031-2/+0
|/
* Merge pull request #5473 from yasuhiro-ohara-ntt/ospf6d-self-orig-maxage-fixSri Mohana Singamsetty2020-01-211-12/+0
|\
| * ospf6d: ospf6_flood.c: self-originated MaxAge LSAs to install and refresh.Yasuhiro Ohara2019-12-041-12/+0
* | doc: rename man pages to frr-*David Lamparter2020-01-151-1/+1
* | ospfd: use new defaults mechanism (v2)David Lamparter2019-12-062-10/+17
* | lib: rename memory_vty.c to lib_vty.cDavid Lamparter2019-12-061-1/+0
|/
* *: generously apply constDavid Lamparter2019-12-029-45/+47
* *: make frr_yang_module_info constDavid Lamparter2019-11-301-1/+1
* *: make all route_map_rule_cmd constDavid Lamparter2019-11-301-15/+31
* *: Convert connected_free to a double pointerDonald Sharp2019-11-021-1/+1
* Merge pull request #5197 from SumitAgarwal123/BFD_ADMIN_DOWNRafael Zalamena2019-10-291-1/+1
|\
| * bfdd: Handling local and remote admin-downSumitAgarwal1232019-10-291-1/+1
* | Merge pull request #5009 from donaldsharp/interface_deletionRuss White2019-09-302-55/+54
|\ \
| * | *: Convert zapi->interface_delete to ifp callbackDonald Sharp2019-09-192-20/+8
| * | *: Convert interface_down to interface down callbackDonald Sharp2019-09-192-20/+9
| * | *: Convert from ->interface_up to the interface callbackDonald Sharp2019-09-192-1/+9
| * | *: Switch all zclient->interface_add to interface create callbackDonald Sharp2019-09-192-14/+6
| * | *: Add infrastructure to support zapi interface callbacksDonald Sharp2019-09-191-0/+22
| |/
* | ospf6d: Prevent use after freeDonald Sharp2019-09-253-26/+64
* | Merge pull request #4995 from opensourcerouting/ospf6d-iftypeRuss White2019-09-244-25/+37
|\ \
| * | ospf6d: track explicit interface type configDavid Lamparter2019-09-172-18/+33
| * | ospf6d: fix mistaken if_is_* instead of oi->typeDavid Lamparter2019-09-173-5/+4
| * | ospf6d: interface state needs update even w/o areaDavid Lamparter2019-09-171-2/+0
| |/
* | Merge pull request #4529 from donaldsharp/vrf_conversionsRenato Westphal2019-09-202-2/+6
|\ \ | |/ |/|
| * ospf6: Add vrf_id to the ospf6 data structureDonald Sharp2019-09-102-2/+6
* | 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