| Commit message (Expand) | Author | Age | Files | Lines |
* | lib: snprintf to strlcpy in frr_pthread.c | Donald Sharp | 2019-01-31 | 1 | -2/+2 |
* | build: fix a whole bunch of *FLAGS | David Lamparter | 2019-01-30 | 1 | -7/+9 |
* | Merge pull request #3681 from donaldsharp/onlink | Russ White | 2019-01-29 | 3 | -5/+3 |
|\ |
|
| * | *: The onlink attribute should be owned by the nexthop not the route. | Donald Sharp | 2019-01-27 | 3 | -5/+3 |
* | | Merge pull request #3616 from donaldsharp/route_notification | Russ White | 2019-01-29 | 1 | -1/+1 |
|\ \ |
|
| * | | lib, zebra: Abstract character selection for nexthop display | Donald Sharp | 2019-01-26 | 1 | -1/+1 |
| |/ |
|
* | | lib: protect termtable from bad fmt string | Quentin Young | 2019-01-28 | 1 | -1/+1 |
* | | Merge pull request #3664 from opensourcerouting/yang-embed-extensions | Donald Sharp | 2019-01-28 | 1 | -0/+23 |
|\ \
| |/
|/| |
|
| * | build, lib/yang: bake in extensions if possible | David Lamparter | 2019-01-24 | 1 | -0/+23 |
* | | zebra: set connected route metric based on the devaddr metric | Anuradha Karuppiah | 2019-01-25 | 1 | -0/+9 |
* | | zebra: propagate inactive neigh deletes to bgpd | Anuradha Karuppiah | 2019-01-25 | 1 | -0/+2 |
* | | lib: don't disable "log file" on "log syslog" | David Lamparter | 2019-01-24 | 1 | -2/+0 |
|/ |
|
* | Merge pull request #3655 from rubenk/macos-fixes | David Lamparter | 2019-01-24 | 1 | -1/+1 |
|\ |
|
| * | Fix compile error on Mac OS | Ruben Kerkhof | 2019-01-22 | 1 | -1/+1 |
* | | Treewide: use ANSI function definitions | Ruben Kerkhof | 2019-01-24 | 13 | -27/+22 |
* | | Merge pull request #3559 from opensourcerouting/zapi-sanity-checks | Quentin Young | 2019-01-22 | 1 | -1/+21 |
|\ \ |
|
| * | | lib: add a few more sanity checks when encoding/decoding routes | Renato Westphal | 2019-01-14 | 1 | -1/+21 |
* | | | Merge pull request #3633 from opensourcerouting/send-vrf-backend | Donald Sharp | 2019-01-22 | 3 | -11/+5 |
|\ \ \
| |_|/
|/| | |
|
| * | | lib: remove the vrf_is_mapped_on_netns() function | Renato Westphal | 2019-01-20 | 2 | -11/+1 |
| * | | zebra, lib: send VRF backend to the client daemons | Renato Westphal | 2019-01-20 | 1 | -0/+4 |
* | | | Merge pull request #3631 from opensourcerouting/zapi_fixes | Russ White | 2019-01-22 | 2 | -9/+9 |
|\ \ \ |
|
| * | | | lib: use the correct VRF ID when parsing INTERFACE_LINK_PARAMS messages | Renato Westphal | 2019-01-18 | 2 | -5/+7 |
| * | | | lib: fix checking of clients subscribed to receive default routes | Renato Westphal | 2019-01-18 | 1 | -4/+2 |
| |/ / |
|
* | | | lib: simplify detection of when the user is leaving the CLI config mode | Renato Westphal | 2019-01-19 | 2 | -139/+6 |
* | | | lib: reset the vty xpath index when entering the config mode | Renato Westphal | 2019-01-19 | 2 | -4/+1 |
|/ / |
|
* | | Merge pull request #3180 from qlyoung/prefixlen-u8-to-u16 | Renato Westphal | 2019-01-15 | 3 | -27/+26 |
|\ \ |
|
| * | | bgpd, lib: few more prefixlen updated | Quentin Young | 2018-10-25 | 2 | -3/+6 |
| * | | lib: convert prefixlen to 16-bit integer | Quentin Young | 2018-10-15 | 3 | -26/+22 |
* | | | Merge pull request #3611 from opensourcerouting/nb-fixes | Donald Sharp | 2019-01-14 | 3 | -8/+13 |
|\ \ \ |
|
| * | | | lib: update suggestions related to some northbound errors | Renato Westphal | 2019-01-14 | 1 | -4/+4 |
| * | | | lib: don't abort when incomplete xpath is given by the user | Renato Westphal | 2019-01-14 | 1 | -2/+6 |
| * | | | lib: fix "use of uninitialised value" valgrind warning | Renato Westphal | 2019-01-14 | 1 | -1/+1 |
| * | | | lib: fix "may be used uninitialized" build warning | Renato Westphal | 2019-01-14 | 1 | -1/+2 |
* | | | | lib, zebra: add AFI parameter to the ZEBRA_REDISTRIBUTE_DEFAULT_* messages | Renato Westphal | 2019-01-14 | 2 | -24/+51 |
| |_|/
|/| | |
|
* | | | lib: Add another 32 bit accessor to the prefix data structure | Donald Sharp | 2019-01-11 | 1 | -0/+1 |
* | | | Merge pull request #3589 from donaldsharp/self_vs_thread | Mark Stapp | 2019-01-10 | 1 | -1/+6 |
|\ \ \ |
|
| * | | | lib: Convert RUSAGE_SELF to RUSAGE_THREAD where we can | Donald Sharp | 2019-01-09 | 1 | -1/+6 |
| |/ / |
|
* | | | lib, bgpd: Convert frr_pthread_set_name to only cause it to set os name of th... | Donald Sharp | 2019-01-09 | 2 | -36/+8 |
* | | | lib: Cleanup thread name setting to happen at start | Donald Sharp | 2019-01-09 | 1 | -2/+9 |
* | | | lib: On frr_pthread_new save a os_name | Donald Sharp | 2019-01-09 | 1 | -0/+2 |
|/ / |
|
* | | lib: Add mlag_role2str function | Donald Sharp | 2019-01-04 | 3 | -0/+43 |
* | | lib, zebra: On startup send mlag role as part of the capabilities | Donald Sharp | 2019-01-04 | 2 | -0/+4 |
* | | lib: Add a basic mlag.h file | Donald Sharp | 2019-01-04 | 2 | -0/+32 |
* | | lib: fix segfault on freebsd when using vsnprintf() incorrectly | Renato Westphal | 2019-01-03 | 2 | -6/+9 |
* | | zebra, lib: fix the ZEBRA_INTERFACE_VRF_UPDATE zapi message | Renato Westphal | 2019-01-02 | 1 | -6/+6 |
* | | lib, rip, ripng, babel, eigrp: add ctx pointer to distribute api | Philippe Guibert | 2018-12-28 | 2 | -70/+121 |
* | | lib: enforce vrf_name_to_id by returning default_vrf when name is null | Philippe Guibert | 2018-12-28 | 1 | -0/+2 |
* | | bgpd, zebra: auto assign labels from label pool to regular prefixes in BGP la... | Anton Degtyarev | 2018-12-20 | 2 | -3/+4 |
* | | lib: add frr-isisd to the native models | Emanuele Di Pascale | 2018-12-18 | 1 | -1/+2 |
* | | lib: fix issue with yang_str2enum | Emanuele Di Pascale | 2018-12-18 | 1 | -1/+7 |