summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* *: frr nexthop yang in makefileChirag Shah2020-04-162-1/+1
* yang: zebra rib operational modelChirag Shah2020-04-161-15/+114
* yang: revert leafref to get interface cmd workingChirag Shah2020-04-161-1/+5
* lib: convert vrf cmd to northbound config callbackChirag Shah2020-04-161-11/+26
* *: include vrf northbound module in initChirag Shah2020-04-1614-4/+17
* lib: vrf northbound callbacksChirag Shah2020-04-164-34/+167
* lib: yang defination for basic frr-routingvdhingra2020-04-163-0/+137
* staticd: yang definationvdhingra2020-04-162-0/+90
* lib: FRR next-hop yang data model.Santosh P K2020-04-161-57/+93
* yang: add vrf ref to interface modelChirag Shah2020-04-161-4/+7
* *: add frr-vrf yang module in makefileChirag Shah2020-04-162-0/+2
* yang: add vrf modelChirag Shah2020-04-161-0/+75
* Merge pull request #6238 from donaldsharp/test_evpn_vxlan_cleanupDonatas Abraitis2020-04-162-4/+2
|\
| * tests: Cleanup bgp config for evpn vxlan topotestDonald Sharp2020-04-162-4/+2
* | Merge pull request #6237 from ton31337/fix/show_hostname_in_bgpDonald Sharp2020-04-166-20/+51
|\ \ | |/ |/|
| * tests: Check if the right next-hop is shown (bgp_show_ip_bgp_fqdn)Donatas Abraitis2020-04-165-16/+44
| * bgpd: Show hostname in `show [ip] bgp ...` only if nexthop is connectedDonatas Abraitis2020-04-161-4/+7
|/
* Merge pull request #6232 from ton31337/fix/validate_lcommunitiesDonald Sharp2020-04-151-14/+22
|\
| * bgpd: Validate all large communities if specified more per lineDonatas Abraitis2020-04-151-14/+22
* | Merge pull request #6229 from donaldsharp/netlink_request_fixupRafael Zalamena2020-04-155-11/+12
|\ \
| * | zebra: Modify netlink_request to statisfy coverityDonald Sharp2020-04-155-11/+12
* | | Merge pull request #6230 from donaldsharp/nhrp_json_sillinessDonatas Abraitis2020-04-151-1/+1
|\ \ \ | |_|/ |/| |
| * | nhrpd: Actually allow json outputDonald Sharp2020-04-151-1/+1
| |/
* | Merge pull request #6226 from LabNConsulting/ziemba/ldpd-fix-md5key-lengthRenato Westphal2020-04-151-1/+1
|\ \ | |/ |/|
| * ldpd: ldp_vty_neighbor_password(): fix auth.md5key_len calculationG. Paul Ziemba2020-04-151-1/+1
* | Merge pull request #6154 from donaldsharp/check_interface_workingRenato Westphal2020-04-158-0/+122
|\ \ | |/ |/|
| * tests: Add a route-map test to ensure it accepts an unknown intf nameDonald Sharp2020-04-088-0/+122
* | Merge pull request #6225 from qlyoung/fix-zebra-counter-printf-specifiersRenato Westphal2020-04-151-18/+18
|\ \
| * | zebra: use %u for unsigned when printing countersQuentin Young2020-04-141-18/+18
* | | Merge pull request #6214 from opensourcerouting/bfdd-debugDonald Sharp2020-04-1523-146/+335
|\ \ \
| * | | doc: update BFD debugging sectionRafael Zalamena2020-04-141-3/+26
| * | | topotest: enable bfd debugs on all BFD testsRafael Zalamena2020-04-1414-0/+70
| * | | bfdd: add more zebra debug messagesRafael Zalamena2020-04-141-25/+22
| * | | bfdd: constify satostrRafael Zalamena2020-04-142-4/+4
| * | | bfdd: remove time calculation debugsRafael Zalamena2020-04-141-16/+0
| * | | bfdd: simplify code flowRafael Zalamena2020-04-144-30/+5
| * | | bfdd: add debug fine tuning capabilitiesRafael Zalamena2020-04-145-68/+208
* | | | Merge pull request #6211 from mjstapp/fix_zebra_covQuentin Young2020-04-152-19/+14
|\ \ \ \
| * | | | zebra: fix some coverity SA warningsMark Stapp2020-04-142-19/+14
* | | | | Merge pull request #5510 from opensourcerouting/dplane-fpm-netlinkMark Stapp2020-04-1410-266/+1543
|\ \ \ \ \
| * | | | | zebra: fix hash_backet typo in data plane FPMRafael Zalamena2020-04-141-4/+4
| * | | | | zebra: hide verbose data plane FPM log messagesRafael Zalamena2020-04-141-28/+41
| * | | | | zebra: fix some formatting/style issuesRafael Zalamena2020-04-142-25/+20
| * | | | | zebra: data plane FPM add support RMAC VNIRafael Zalamena2020-04-145-12/+77
| * | | | | zebra: fix style on data plane FPM moduleRafael Zalamena2020-04-141-14/+14
| * | | | | build: fix data plane FPM netlink moduleRafael Zalamena2020-04-144-27/+61
| * | | | | zebra: use atomic operations in FPMRafael Zalamena2020-04-141-36/+45
| * | | | | zebra: queue data plane context for FPMRafael Zalamena2020-04-141-3/+74
| * | | | | zebra: improve FPM output buffer handlingRafael Zalamena2020-04-141-2/+47
| * | | | | zebra: simplify FPM buffer full detectionRafael Zalamena2020-04-141-35/+29