summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2132 from donaldsharp/missed_stuffRuss White2018-05-123-79/+112
|\
| * lib: Fix bad functionDonald Sharp2018-05-091-1/+1
| * bgpd, lib, zebra: Cleanup formatting issues foundDonald Sharp2018-05-091-14/+22
| * zebra: remote RMAC for EVPN ipv6 hosts should be programmed against the ipv4 ...Mitesh Kanjariya2018-05-091-0/+10
| * watchfrr always writes 'log syslog informational' to the configDaniel Walton2018-05-091-78/+93
| * lib: move ip node above vrf node for config orderQuentin Young2018-05-092-2/+2
| * bgpd, zebra: Handle EVPN router MAC per next hopvivek2018-05-092-6/+12
* | Merge pull request #2124 from donaldsharp/missedRuss White2018-05-122-6/+12
|\ \
| * | bgpd, zebra: Handle EVPN router MAC per next hopvivek2018-04-262-6/+12
* | | lib: Ported 'no (enable) password' from stable/3.0Pascal Mathis2018-05-111-3/+46
* | | Merge pull request #2137 from mkanjari/evpn-addr-changeRuss White2018-05-092-53/+166
|\ \ \ | |_|/ |/| |
| * | *: change struct evpn_addr to include a union of all evpn route typesmitesh2018-05-032-53/+166
* | | Merge pull request #2073 from pguibert6WIND/bgp_fs_pbrRuss White2018-05-032-0/+43
|\ \ \
| * | | bgpd: handle configuration of iptables with zebraPhilippe Guibert2018-04-302-0/+43
| |/ /
* | | lib: allow hostname to begin with a letter or numberDon Slice2018-05-011-1/+1
* | | lib: Convert internal sequence number to int64_tDonald Sharp2018-04-292-21/+23
* | | lib: convert plist data structures to using a boolDonald Sharp2018-04-291-3/+3
* | | lib: Convert true/false values to boolDonald Sharp2018-04-292-9/+9
|/ /
* | Merge pull request #2125 from qlyoung/fix-gcc-build-command-graphRenato Westphal2018-04-261-2/+3
|\ \
| * | lib: fix clippy build w/ gcc under certain configsQuentin Young2018-04-261-2/+3
| |/
* / lib: fix heap corruption in stream_fifo_freeQuentin Young2018-04-251-0/+4
|/
* Merge pull request #2097 from qlyoung/show-cmdgraphRuss White2018-04-245-114/+154
|\
| * lib: add ability to dump cli mode graphQuentin Young2018-04-225-114/+154
| * lib: add DFS + DOT dumping to graph datastructureQuentin Young2018-04-223-1/+126
* | Merge pull request #2099 from qlyoung/fix-cpu-thread-hist-raceRuss White2018-04-242-40/+85
|\ \
| * | lib: fix data race in thread history collectionQuentin Young2018-04-222-40/+85
| |/
* | Merge pull request #2090 from qlyoung/graph-dfsRuss White2018-04-243-1/+126
|\ \
| * | lib: add DFS + DOT dumping to graph datastructureQuentin Young2018-04-193-1/+126
* | | lib: Fix SA warningDonald Sharp2018-04-241-0/+7
* | | frrzmq: properly init args to zmq_getsockopt()Mark Stapp2018-04-231-0/+1
* | | Merge pull request #2098 from qlyoung/fix-underline-buf-overflowLou Berger2018-04-231-1/+1
|\ \ \
| * | | lib: fix dynamic stack buffer overflowQuentin Young2018-04-201-1/+1
| | |/ | |/|
* / | lib: table.h needs to include prefix.hQuentin Young2018-04-221-0/+1
|/ /
* | Merge pull request #2086 from donaldsharp/zebra_capabilitiesRuss White2018-04-202-0/+29
|\ \
| * | zebra: Add pass up through zapi what zebra is capable of handlingDonald Sharp2018-04-182-0/+29
* | | Merge pull request #2051 from donaldsharp/PBRD_EXTRARuss White2018-04-204-45/+355
|\ \ \
| * | | lib: Handle if up/down and vrf enable/disable eventsDonald Sharp2018-04-184-50/+219
| * | | lib: Store nexthop information independentlyDonald Sharp2018-04-182-3/+134
| * | | lib: Clean up delete of a nexthop from a nexthop groupDonald Sharp2018-04-181-0/+4
| * | | lib, pbrd: Do not allow v6 LL nexthops to be specified without an interface.Donald Sharp2018-04-181-1/+7
| |/ /
* | | Merge pull request #2084 from donaldsharp/move_mplsJafar Al-Gharaibeh2018-04-183-0/+116
|\ \ \ | |_|/ |/| |
| * | lib, zebra: Move label conversion strings to libDonald Sharp2018-04-183-0/+112
| * | lib, zebra: Move help string to appropriate headerDonald Sharp2018-04-181-0/+4
| |/
* / lib: avoid writing to negative fdQuentin Young2018-04-181-0/+3
|/
* Merge pull request #2064 from donaldsharp/redistribute_limitationLou Berger2018-04-172-35/+39
|\
| * lib: Restrict redistribution cli a bitDonald Sharp2018-04-132-35/+39
* | lib: initialize imsg_hdrQuentin Young2018-04-171-0/+2
* | lib: enhance pbr_rule structure for zapi encode and for common usagePhilippe Guibert2018-04-164-6/+143
* | zebra: add IPTABLE_ADD and IPTABLE_DEL commands in zapiPhilippe Guibert2018-04-161-0/+15
* | zebra: handling notifications upon ipset creation/destruction donePhilippe Guibert2018-04-162-0/+75