summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* alpine: add APKBUILD to .gitignoreChristian Franke2018-03-221-0/+1
* Merge pull request #1938 from donaldsharp/vpn_peer_withdrawalpaulzlabn2018-03-223-14/+51
|\
| * bgpd: Use BGP instance to derive the VRF for route uninstallvivek2018-03-213-13/+19
| * bgpd: Fix peer withdrawal and route leaking for vpn's and vrf'sDonald Sharp2018-03-211-1/+32
* | Merge pull request #1935 from qlyoung/doc-how-to-styleRuss White2018-03-212-7/+107
|\ \
| * | doc: use ` not `` for :file:Quentin Young2018-03-211-1/+1
| * | doc: document code style toolsQuentin Young2018-03-192-7/+107
* | | Merge pull request #1943 from donaldsharp/update_pr_1942Donald Sharp2018-03-211-9/+27
|\ \ \ | |_|/ |/| |
| * | ripd: considering a interface with 2 or more IPlyq1402018-03-211-9/+27
* | | Merge pull request #1941 from donaldsharp/cs1Rafael Zalamena2018-03-2110-35/+38
|\ \ \ | |/ / |/| |
| * | bgpd: No need to check return value of str2prefix_rdDonald Sharp2018-03-211-1/+1
| * | bgpd: Clean up irt a tiny bitDonald Sharp2018-03-211-7/+4
| * | zebra: Fix comparison to not look at itselfDonald Sharp2018-03-211-1/+1
| * | zebra: close fd when not neededDonald Sharp2018-03-211-1/+3
| * | ospf6d: Delete malloced on error pathDonald Sharp2018-03-211-0/+2
| * | bgpd: peer->bgp must be non NULLDonald Sharp2018-03-213-3/+3
| * | bgpd: More ecommunity string leak cleanupDonald Sharp2018-03-211-19/+12
| * | bgpd: Check for peer before dereferencing itDonald Sharp2018-03-201-2/+3
| * | zebra: Ensure that we properly decode the zapi_route sent to usDonald Sharp2018-03-201-1/+6
| * | zebra: Fix memory leak on re-enter caseDonald Sharp2018-03-201-0/+3
|/ /
* | Merge pull request #1825 from chiragshah6/ospfv3_devJafar Al-Gharaibeh2018-03-205-0/+43
|\ \
| * | ospf6d: Intra-prefix LSA update after frr restartChirag Shah2018-03-085-0/+43
* | | Merge pull request #1933 from qlyoung/move-community-mdJafar Al-Gharaibeh2018-03-202-528/+36
|\ \ \
| * | | frr, doc: Move COMMUNITY.md to doc/developer/workflow.rstQuentin Young2018-03-192-528/+36
| | |/ | |/|
* | | Merge pull request #1913 from LabNConsulting/working/master/bgp-vpn-leak-cliDonald Sharp2018-03-2013-592/+350
|\ \ \
| * | | bgp_vty.c: fix docstrings for bgp_imexport_vpnG. Paul Ziemba2018-03-201-2/+4
| * | | bgpd: vpn-vrf-leaking new CLI: address Vivek's review comments + crash fixG. Paul Ziemba2018-03-203-16/+28
| * | | bgpd: new vpn-policy CLIG. Paul Ziemba2018-03-2013-583/+327
* | | | Merge pull request #1937 from LabNConsulting/working/master/bgp-vpn-leak-docQuentin Young2018-03-201-0/+134
|\ \ \ \
| * | | | doc: bgp vpn-vrf leaking CLIG. Paul Ziemba2018-03-201-0/+134
| |/ / /
* | | | Merge pull request #1932 from ajones-rvbd/ajones-issue-1930Martin Winter2018-03-201-0/+1
|\ \ \ \
| * | | | redhat: enable dist tarball to build in a chrootArthur Jones2018-03-191-0/+1
| | |/ / | |/| |
* | | | Merge pull request #1909 from donaldsharp/zebra_ruleRenato Westphal2018-03-209-69/+95
|\ \ \ \
| * | | | zebra: Cleanup function prototypes for rib.hDonald Sharp2018-03-161-27/+30
| * | | | zebra: Cleanup dead function rib_weed_tableDonald Sharp2018-03-163-36/+0
| * | | | zebra: Read in on startup arbitrary tablesDonald Sharp2018-03-165-5/+18
| * | | | zebra: Upon client disconnect remove routes from all tablesDonald Sharp2018-03-164-2/+23
| * | | | zebra: Allow for deletion of rules when the originator goes awayDonald Sharp2018-03-163-0/+25
| | |/ / | |/| |
* | | | Merge pull request #1936 from qlyoung/fix-static-route-config-write-missing-s...Renato Westphal2018-03-201-1/+1
|\ \ \ \
| * | | | zebra: fix static route config writeQuentin Young2018-03-191-1/+1
| | |/ / | |/| |
* | | | Merge pull request #1875 from ajones-rvbd/ajones-for-upstreamQuentin Young2018-03-199-1/+116
|\ \ \ \ | |/ / / |/| | |
| * | | docker build: build Alpine Linux dev packages in dockerArthur Jones2018-03-199-1/+116
|/ / /
* | | Merge pull request #1908 from donaldsharp/peer_establishedRafael Zalamena2018-03-194-19/+0
|\ \ \
| * | | bgpd: Clean up peer status checking for a received nlriDonald Sharp2018-03-164-19/+0
| |/ /
* | | Merge pull request #1924 from donaldsharp/csRafael Zalamena2018-03-194-11/+22
|\ \ \
| * | | bgpd: Don't leak the ecommunity_ecom2str string in debugDonald Sharp2018-03-191-6/+4
| * | | zebra: Free memory leakDonald Sharp2018-03-191-4/+12
| * | | pimd: Fix leaked fd and prevent null pointer derefDonald Sharp2018-03-191-0/+4
| * | | zebra: Compare to the number of elements not size of arrayDonald Sharp2018-03-191-1/+1
| * | | zebra: Fix leaked fd.Donald Sharp2018-03-191-0/+1