| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #5009 from donaldsharp/interface_deletion | Russ White | 2019-09-30 | 2 | -55/+54 |
|\ |
|
| * | *: Convert zapi->interface_delete to ifp callback | Donald Sharp | 2019-09-19 | 2 | -20/+8 |
| * | *: Convert interface_down to interface down callback | Donald Sharp | 2019-09-19 | 2 | -20/+9 |
| * | *: Convert from ->interface_up to the interface callback | Donald Sharp | 2019-09-19 | 2 | -1/+9 |
| * | *: Switch all zclient->interface_add to interface create callback | Donald Sharp | 2019-09-19 | 2 | -14/+6 |
| * | *: Add infrastructure to support zapi interface callbacks | Donald Sharp | 2019-09-19 | 1 | -0/+22 |
* | | ospf6d: Prevent use after free | Donald Sharp | 2019-09-25 | 3 | -26/+64 |
* | | Merge pull request #4995 from opensourcerouting/ospf6d-iftype | Russ White | 2019-09-24 | 4 | -25/+37 |
|\ \ |
|
| * | | ospf6d: track explicit interface type config | David Lamparter | 2019-09-17 | 2 | -18/+33 |
| * | | ospf6d: fix mistaken if_is_* instead of oi->type | David Lamparter | 2019-09-17 | 3 | -5/+4 |
| * | | ospf6d: interface state needs update even w/o area | David Lamparter | 2019-09-17 | 1 | -2/+0 |
| |/ |
|
* | | Merge pull request #4529 from donaldsharp/vrf_conversions | Renato Westphal | 2019-09-20 | 2 | -2/+6 |
|\ \
| |/
|/| |
|
| * | ospf6: Add vrf_id to the ospf6 data structure | Donald Sharp | 2019-09-10 | 2 | -2/+6 |
* | | lib: rmap dep table is not correct in case of exact-match clause | vdhingra | 2019-09-15 | 1 | -1/+0 |
|/ |
|
* | *: frr_elevate_privs -> frr_with_privs | David Lamparter | 2019-09-03 | 1 | -1/+1 |
* | *: Convert some route map functions to return the enum | Donald Sharp | 2019-09-03 | 1 | -8/+17 |
* | *: Fix spelling errors pointed out by debian packaging | Donald Sharp | 2019-08-19 | 1 | -1/+1 |
* | lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOP | Lakshman Krishnamoorthy | 2019-07-22 | 1 | -14/+12 |
* | Revert "Ospf missing interface handling 2" | Donald Sharp | 2019-06-24 | 3 | -13/+7 |
* | *: change if_lookup_by_name() api with vrf | Philippe Guibert | 2019-06-12 | 3 | -6/+11 |
* | ospf, ospf6d, zebra, lib: change if_get_by_name prototype with vrf | Philippe Guibert | 2019-06-11 | 1 | -1/+2 |
* | Revert of PR 4078 and PR 4315 | Lakshman Krishnamoorthy | 2019-06-04 | 1 | -12/+14 |
* | lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOP | Lakshman Krishnamoorthy | 2019-05-30 | 1 | -14/+12 |
* | bfdd, lib, bgpd: add bfd cbit usage | Philippe Guibert | 2019-05-14 | 1 | -3/+7 |
* | Merge pull request #4304 from donaldsharp/route_map_switch | David Lamparter | 2019-05-14 | 1 | -1/+1 |
|\ |
|
| * | bgpd, lib, ospf6d, ospfd, pimd, zebra: Rework routemap event callback | Donald Sharp | 2019-05-11 | 1 | -1/+1 |
* | | bgp, ospfd, ospf6d, pimd, lib, isisd: add bfd_client_sendmsg vrf_id | Philippe Guibert | 2019-05-07 | 2 | -2/+2 |
|/ |
|
* | *: use ZAPI_CALLBACK_ARGS macro for zapi handlers | Quentin Young | 2019-05-03 | 2 | -25/+12 |
* | ospf6d: replace pqueue_* with DECLARE_SKIPLIST | David Lamparter | 2019-04-27 | 2 | -17/+17 |
* | ospf6d: listhead returns a listnode * | Donald Sharp | 2019-04-17 | 1 | -2/+3 |
* | isisd, ospf6d, ripngd: Do not allow v6 LL's to be `redist connected` in | Donald Sharp | 2019-03-27 | 1 | -0/+3 |
* | *: remove trailing newlines from zlog messages | Quentin Young | 2019-03-14 | 3 | -5/+5 |
* | *: replace XMALLOC + memset with XCALLOC | Quentin Young | 2019-02-26 | 1 | -3/+1 |
* | *: remove casts of XMALLOC / XCALLOC | Quentin Young | 2019-02-26 | 4 | -16/+9 |
* | *: remove null check before XFREE | Quentin Young | 2019-02-26 | 2 | -6/+3 |
* | *: do not check XMALLOC / XCALLOC for null ret | Quentin Young | 2019-02-26 | 1 | -4/+0 |
* | *: use array_size instead of raw division | Quentin Young | 2019-02-26 | 1 | -14/+8 |
* | ospf6d: reset the global ospf6 pointer | Philippe Guibert | 2019-02-15 | 1 | -1/+3 |
* | ospf6d: upon interface deletion, the area if list may be updated | Philippe Guibert | 2019-02-14 | 3 | -0/+18 |
* | ospf6d: closing server socket when leaving ospf6d | Philippe Guibert | 2019-02-14 | 3 | -0/+12 |
* | ospf6d: unitialised buffer zone used by socket | Philippe Guibert | 2019-02-14 | 1 | -0/+1 |
* | ospf6d: Added changes to track route-map usage | rgirada | 2019-02-04 | 1 | -1/+11 |
* | build: fix a whole bunch of *FLAGS | David Lamparter | 2019-01-30 | 1 | -1/+1 |
* | Merge pull request #3680 from opensourcerouting/ospf6-fix-mcast | Donald Sharp | 2019-01-28 | 2 | -10/+40 |
|\ |
|
| * | ospf6d: fix FreeBSD IPv6 multicast group join race | Rafael Zalamena | 2019-01-26 | 1 | -0/+16 |
| * | ospf6d: keep track of the socket set thread | Rafael Zalamena | 2019-01-23 | 2 | -2/+16 |
| * | ospf6d: don't queue interface events | Rafael Zalamena | 2019-01-23 | 1 | -8/+8 |
* | | Treewide: use ANSI function definitions | Ruben Kerkhof | 2019-01-24 | 1 | -1/+1 |
|/ |
|
* | lib, zebra: add AFI parameter to the ZEBRA_REDISTRIBUTE_DEFAULT_* messages | Renato Westphal | 2019-01-14 | 1 | -1/+2 |
* | *: remove all MIBs for DFSG compliance | David Lamparter | 2018-12-14 | 1 | -3951/+0 |