summaryrefslogtreecommitdiffstats
path: root/zebra (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2799 from adharkar/frr-zebra_cliDavid Lamparter2018-08-081-7/+41
|\
| * 1. Added json output to "show ip route <prefix>" commandAmeya Dharkar2018-08-081-7/+41
* | Merge pull request #2122 from donaldsharp/zebra_nhsMartin Winter2018-08-0817-2659/+54
|\ \
| * | staticd, zebra: Fix up code warningsDonald Sharp2018-07-291-2/+4
| * | lib, zebra: Allow protocols to use Distance as part of RR semanticsDonald Sharp2018-07-297-19/+37
| * | zebra: Remove zebra_static.c and .hDonald Sharp2018-07-297-53/+0
| * | staticd: Start the addition of a staticdDonald Sharp2018-07-2910-2586/+14
| * | zebra: Allow a static daemon to connectDonald Sharp2018-07-291-1/+1
* | | Merge pull request #2726 from sworleys/Netlink-Filter-AFIRenato Westphal2018-08-073-12/+6
|\ \ \
| * | | zebra: Format log for address family checkStephen Worley2018-07-253-5/+5
| * | | zebra: Ignore AF_ETHERNET and AF_MPLS in route_change as wellStephen Worley2018-07-251-7/+1
* | | | zebra: socket fd check (Coverity 1472236)F. Aragon2018-08-031-0/+1
* | | | zebra: don't close client socket from I/O pthreadQuentin Young2018-08-011-4/+4
* | | | zebra: ensure cleanup of rib on client closeQuentin Young2018-08-011-6/+1
* | | | Merge pull request #2753 from qlyoung/fix-zebra-shutdown-crash-2Jafar Al-Gharaibeh2018-07-313-26/+70
|\ \ \ \ | |_|/ / |/| | |
| * | | zebra: dont delete pthreads from under themselvesQuentin Young2018-07-313-26/+70
| |/ /
* | | Merge pull request #2696 from sworleys/Netlink-FuzzRuss White2018-07-293-10/+142
|\ \ \
| * | | Style, don't initialize netlink_read flagStephen Worley2018-07-261-1/+1
| * | | zebra: Make fuzzer code use default netlink socketStephen Worley2018-07-261-11/+4
| * | | Refactor code for new fuzzing netlink flagStephen Worley2018-07-243-34/+35
| * | | Remove whitespace change in netlink fuzz codeStephen Worley2018-07-241-1/+0
| * | | Style for Add code for fuzzing netlinkStephen Worley2018-07-231-1/+2
| * | | zebra: Add code for fuzzing netlinkStephen Worley2018-07-213-6/+144
* | | | Merge pull request #2700 from sworleys/Netlink-Prefix-Len-CheckRuss White2018-07-292-0/+30
|\ \ \ \
| * \ \ \ Merge branch 'master' into Netlink-Prefix-Len-CheckStephen Worley2018-07-2615-84/+229
| |\ \ \ \
| * | | | | zebra: Make prefix length check return errorStephen Worley2018-07-262-10/+10
| * | | | | Change log statements to use unsigned formatStephen Worley2018-07-242-5/+5
| * | | | | zebra: Add check for prefix length from kernel messagesStephen Worley2018-07-232-0/+31
* | | | | | Merge pull request #2735 from sworleys/Netlink-Next-FaultRuss White2018-07-291-1/+1
|\ \ \ \ \ \
| * | | | | | zebra: Check for netlink message next faultStephen Worley2018-07-261-1/+1
| | |/ / / / | |/| | | |
* | | | | | zebra: display consistant mac countChirag Shah2018-07-281-0/+1
* | | | | | Merge pull request #2719 from pguibert6WIND/fix_tableno_vrfLou Berger2018-07-281-1/+1
|\ \ \ \ \ \
| * | | | | | zebra: fix missing table identifier passed for ip route vrf commandsPhilippe Guibert2018-07-271-1/+1
| |/ / / / /
* / / / / / lib,zebra: fix json output when vrf1 when not activeNathan Van Gheem2018-07-273-12/+12
|/ / / / /
* | | | | Merge pull request #2607 from pguibert6WIND/complement_fs_patch3Donald Sharp2018-07-263-12/+45
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | zebra: add information about which port is monitoredPhilippe Guibert2018-07-241-0/+9
| * | | | zebra: show pbr iptable per iptablePhilippe Guibert2018-07-243-12/+36
* | | | | Merge pull request #2704 from sworleys/Netlink-Nexthop-HangRuss White2018-07-251-0/+6
|\ \ \ \ \
| * | | | | zebra: Add check for nexthop loop to prevent hangingStephen Worley2018-07-241-0/+6
| |/ / / /
* | | | | Merge pull request #2714 from qlyoung/fix-unused-variable-zservRuss White2018-07-251-1/+0
|\ \ \ \ \
| * | | | | zebra: remove unused var in zserv.cQuentin Young2018-07-241-1/+0
* | | | | | Merge pull request #2699 from sworleys/Netlink-MTU-CheckRenato Westphal2018-07-241-0/+12
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | zebra: Add check for mtu on netlink RTM_NEWLINKStephen Worley2018-07-231-0/+12
| | |_|/ / | |/| | |
* | | | | Merge pull request #2665 from chiragshah6/evpn_devRuss White2018-07-246-28/+76
|\ \ \ \ \
| * | | | | bgpd: support evpn nd ext communityChirag Shah2018-07-176-28/+76
* | | | | | zebra: do not ignore ipv6 srcdest routesChristian Franke2018-07-242-17/+16
| |_|/ / / |/| | | |
* | | | | Merge pull request #2698 from sworleys/Netlink-Filter-AFIRuss White2018-07-233-2/+33
|\ \ \ \ \
| * | | | | Remove not needed filters and fix typosStephen Worley2018-07-231-5/+4
| * | | | | zebra: Add address family filtersStephen Worley2018-07-233-2/+34
| | |/ / / | |/| | |
* | | | | Merge pull request #2697 from mjstapp/routemap_constRuss White2018-07-233-23/+26
|\ \ \ \ \