Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | lib: add flowspec safi to identitiy ref parsing | Chirag Shah | 2020-10-27 | 1 | -0/+10 | |
* | | | | lib: fix missed pointer update | Quentin Young | 2020-11-02 | 1 | -3/+3 | |
* | | | | Merge pull request #7045 from mjstapp/fix_signals | Donald Sharp | 2020-10-29 | 4 | -13/+145 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | lib: avoid signal-handling race with event loop poll call | Mark Stapp | 2020-10-28 | 1 | -13/+60 | |
| * | | | lib: add debug output for signal mask | Mark Stapp | 2020-10-28 | 2 | -0/+49 | |
| * | | | lib: add sigevent_check api | Mark Stapp | 2020-10-26 | 2 | -0/+36 | |
* | | | | Merge pull request #7158 from AnuradhaKaruppiah/mh-df-election | Patrick Ruddy | 2020-10-27 | 7 | -0/+58 | |
|\ \ \ \ | ||||||
| * | | | | lib, bgpd: move json_array_string_add to lib | Anuradha Karuppiah | 2020-10-26 | 2 | -0/+6 | |
| * | | | | bgpd: support for DF election in EVPN-MH | Anuradha Karuppiah | 2020-10-26 | 5 | -0/+52 | |
* | | | | | Merge pull request #7026 from chiragshah6/yang_nb5 | Donald Sharp | 2020-10-27 | 1 | -3/+29 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | lib: handle exit cmd for bgp afi-safi nodes | Chirag Shah | 2020-10-26 | 1 | -3/+29 | |
| |/ / / | ||||||
* | | | | Merge pull request #7384 from opensourcerouting/nb-dyn-modules | Quentin Young | 2020-10-26 | 7 | -93/+102 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | lib: add API to load YANG modules on demand | Renato Westphal | 2020-10-23 | 2 | -15/+48 | |
| * | | | lib: combine two YANG schema iteration functions into one | Renato Westphal | 2020-10-23 | 6 | -64/+27 | |
| * | | | lib: fix iteration over schema nodes of a single YANG module | Renato Westphal | 2020-10-23 | 4 | -19/+32 | |
* | | | | Merge pull request #7194 from qlyoung/tracing | Mark Stapp | 2020-10-24 | 12 | -5/+431 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | lib, bgpd: convert lttng tracepoints to frrtrace() | Quentin Young | 2020-10-23 | 8 | -52/+41 | |
| * | | | lib: add trace.h, frrtrace(), support for USDT | Quentin Young | 2020-10-23 | 2 | -0/+81 | |
| * | | | lib: move trace.h -> libfrr_trace.h | Quentin Young | 2020-10-23 | 10 | -14/+14 | |
| * | | | lib: add tracepoint for route table get | Quentin Young | 2020-10-23 | 2 | -0/+20 | |
| * | | | lib: add tracepoints for *malloc, list ops | Quentin Young | 2020-10-23 | 4 | -1/+94 | |
| * | | | lib: add tracepoint for hash insertion | Quentin Young | 2020-10-23 | 2 | -0/+17 | |
| * | | | lib: add tracepoints for pthread run, stop | Quentin Young | 2020-10-23 | 2 | -0/+27 | |
| * | | | lib: generate trace events for log messages | Quentin Young | 2020-10-23 | 2 | -0/+30 | |
| * | | | lib: add tracepoints for hash ops, thread events | Quentin Young | 2020-10-23 | 3 | -5/+116 | |
| * | | | lib, configure.ac: initial LTTng support | Quentin Young | 2020-10-23 | 3 | -1/+57 | |
| * | | | lib: #undef _ASSERT_FUNCTION | Quentin Young | 2020-10-23 | 1 | -0/+2 | |
* | | | | *: unify thread/event cancel macros | Mark Stapp | 2020-10-23 | 6 | -17/+21 | |
* | | | | * : update signature of thread_cancel api | Mark Stapp | 2020-10-23 | 5 | -33/+30 | |
* | | | | lib: Convert inet_ntoa to %pI4 | Donatas Abraitis | 2020-10-22 | 5 | -45/+35 | |
* | | | | :* Convert prefix2str to %pFX | Donatas Abraitis | 2020-10-22 | 2 | -48/+26 | |
|/ / / | ||||||
* | | | Merge pull request #7311 from donaldsharp/table_lock_count | Donatas Abraitis | 2020-10-20 | 6 | -61/+31 | |
|\ \ \ | ||||||
| * | | | lib: Convert usage of strings to %pFX and %pRN | Donald Sharp | 2020-10-17 | 3 | -60/+17 | |
| * | | | *: Create/Use accessor functions for lock count | Donald Sharp | 2020-10-17 | 4 | -3/+16 | |
* | | | | Merge pull request #7300 from sworleys/EVPN-RType-NUMs | Patrick Ruddy | 2020-10-20 | 1 | -0/+8 | |
|\ \ \ \ | ||||||
| * | | | | lib: consolidate evpn type help strings into macro | Stephen Worley | 2020-10-13 | 1 | -0/+8 | |
| | |_|/ | |/| | | ||||||
* | | | | lib: Relax usage of `ip prefix-list A.B.C.D/M ge Y` | Donald Sharp | 2020-10-17 | 1 | -3/+3 | |
| |/ / |/| | | ||||||
* | | | Merge pull request #7317 from pjdruddy/pr-fix-evpn-prefix2string | Donald Sharp | 2020-10-17 | 1 | -46/+52 | |
|\ \ \ | ||||||
| * | | | bgpd: replace bgp_evpn_route2str with prefix2str | Pat Ruddy | 2020-10-16 | 1 | -12/+25 | |
| * | | | lib: align prefixevpn2str output with bgp_evpn_route2str | Pat Ruddy | 2020-10-15 | 1 | -49/+42 | |
* | | | | Merge pull request #7235 from opensourcerouting/acl-wildcard-fix | Santosh P K | 2020-10-16 | 2 | -73/+61 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | lib: fix cisco access list wildcard usage | Rafael Zalamena | 2020-10-04 | 2 | -73/+61 | |
* | | | | *: Use proper semantics for turning off thread | Donald Sharp | 2020-10-12 | 2 | -5/+2 | |
| |/ / |/| | | ||||||
* | | | lib: add some EVPN help string constants | Stephen Worley | 2020-10-08 | 1 | -0/+11 | |
* | | | Merge pull request #7241 from chiragshah6/evpn_dev1 | Renato Westphal | 2020-10-07 | 7 | -8/+33 | |
|\ \ \ | ||||||
| * | | | *: add errmsg to nb rpc | Chirag Shah | 2020-10-05 | 7 | -8/+33 | |
* | | | | Merge pull request #7238 from sworleys/Nexthop-Same-First-Remove | Mark Stapp | 2020-10-06 | 3 | -46/+1 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | lib: remove nexthop_same_firsthop() api | Stephen Worley | 2020-10-02 | 3 | -46/+1 | |
| | |/ | |/| | ||||||
* | | | lib: increase the size of northbound max module | Chirag Shah | 2020-10-03 | 1 | -1/+1 | |
* | | | *: add bgp yang files into makefiles | Chirag Shah | 2020-10-03 | 1 | -0/+1 | |
| |/ |/| |