summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bgpd: `neighbor X:X::X default-originate` complains about (null)Donald Sharp2019-06-201-2/+3
* Merge pull request #4579 from opensourcerouting/mtype-fixDonald Sharp2019-06-211-2/+3
|\
| * lib: fix MTYPE alias on clangDavid Lamparter2019-06-211-2/+3
|/
* Merge pull request #4576 from sarav511/enc_addrDonald Sharp2019-06-211-2/+23
|\
| * pimd: Fixing encoded group & source address packing in right byte ordersaravanank2019-06-211-2/+23
* | Merge pull request #4573 from opensourcerouting/mtype_cleanupDonald Sharp2019-06-2161-356/+127
|\ \ | |/ |/|
| * ripngd: use MTYPE_STATICDavid Lamparter2019-06-219-75/+16
| * ripd: use MTYPE_STATICDavid Lamparter2019-06-2110-76/+19
| * vrrpd: use MTYPE_STATICDavid Lamparter2019-06-219-67/+19
| * lib: use MTYPE_STATICDavid Lamparter2019-06-2114-31/+13
| * babeld: use MTYPE_STATICDavid Lamparter2019-06-216-66/+8
| * zebra: use MTYPE_STATICDavid Lamparter2019-06-217-17/+10
| * bfdd: use MTYPE_STATICDavid Lamparter2019-06-214-19/+14
| * lib: improve MTYPE definitionsDavid Lamparter2019-06-212-5/+28
* | Merge pull request #4531 from donaldsharp/repeaty_mcrepeatDavid Lamparter2019-06-211-2/+7
|\ \
| * | zebra: Handle 5549 neighbor entry failure stateDonald Sharp2019-06-151-2/+7
* | | Merge pull request #4568 from qlyoung/debian-docker-cleanupDavid Lamparter2019-06-213-70/+7
|\ \ \
| * | | docker: cleanup Debian docker buildQuentin Young2019-06-203-70/+7
* | | | Merge pull request #4567 from sworleys/DOC-Fedora-IPtablesDavid Lamparter2019-06-211-0/+12
|\ \ \ \ | |_|_|/ |/| | |
| * | | doc: Add firewalld notice in fedoraStephen Worley2019-06-201-0/+12
| |/ /
* | | Merge pull request #4545 from nitinsoniism/show_evpn_mac_vni_seq_numberSri Mohana Singamsetty2019-06-211-7/+11
|\ \ \
| * | | zebra: When displaying `show evpn mac vni XX` add local and remote seqNitin Soni2019-06-181-7/+11
* | | | Merge pull request #4470 from donaldsharp/bgp_mac_rescanSri Mohana Singamsetty2019-06-202-15/+37
|\ \ \ \
| * | | | bgpd: Remove unused count variable in mac_rescan_table functionDonald Sharp2019-06-181-2/+0
| * | | | bgpd: Fix crash when rd has no dataDonald Sharp2019-06-181-2/+4
| * | | | bgpd: Mac rescan on interface up/down efficency improvementsDonald Sharp2019-06-181-11/+33
* | | | | Merge pull request #4549 from donaldsharp/multiple_instanceSri Mohana Singamsetty2019-06-2012-52/+4
|\ \ \ \ \
| * | | | | tests: Remove `bgp multiple-instance` command from topotestsDonald Sharp2019-06-182-4/+0
| * | | | | doc: Update documentation about multiple-instanceDonald Sharp2019-06-184-29/+2
| * | | | | bgpd: BGP_ERR_MULTIPLE_INSTANCE_NOT_SET is an impossible conditionDonald Sharp2019-06-186-19/+2
| |/ / / /
* | | | | Merge pull request #4559 from mjstapp/fix_topotest_vrf_mdevQuentin Young2019-06-201-1/+3
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | topotest: configure l3mdev_accept for a range of kernelsMark Stapp2019-06-191-1/+3
| | |/ / | |/| |
* | | | Merge pull request #4557 from dslicenc/zebra_rnh_evalMark Stapp2019-06-191-1/+1
|\ \ \ \
| * | | | zebra: resolve issue with rnh not evaluating nexhops correctlyDon Slice2019-06-191-1/+1
|/ / / /
* | | | Merge pull request #4554 from donaldsharp/nht_improved_debuggingMark Stapp2019-06-193-16/+31
|\ \ \ \
| * | | | zebra: Display a bit better debugging for rnh trackingDonald Sharp2019-06-183-16/+31
* | | | | Merge pull request #4553 from qlyoung/readme-add-vrrpMark Stapp2019-06-191-0/+1
|\ \ \ \ \
| * | | | | README.md: add VRRP to list of protocolsQuentin Young2019-06-181-0/+1
| |/ / / /
* | | | | Merge pull request #4260 from vishaldhingra/lcommDonald Sharp2019-06-192-5/+76
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | bgpd: Added the as-set option for IPV6 agg. routevishaldhingra2019-06-172-5/+76
| | |_|/ | |/| |
* | | | Merge pull request #4495 from donaldsharp/pim_debug_expiryRuss White2019-06-181-0/+4
|\ \ \ \
| * | | | pimd: Add a debug to indicate the ifchannel expiry timer has poppedDonald Sharp2019-06-111-0/+4
* | | | | Merge pull request #4300 from adharkar/frr-master-rmap_debugDonald Sharp2019-06-184-15/+123
|\ \ \ \ \
| * | | | | Lib: Debugs for route-map code in FRRAmeya Dharkar2019-06-124-15/+123
* | | | | | Merge pull request #4513 from chiragshah6/evpn_dev1Sri Mohana Singamsetty2019-06-181-0/+18
|\ \ \ \ \ \
| * | | | | | bgpd: skip evpn remove marked routes from rescanChirag Shah2019-06-131-0/+18
* | | | | | | Merge pull request #4543 from donaldsharp/mac_hash_string_leakRuss White2019-06-181-1/+3
|\ \ \ \ \ \ \
| * | | | | | | bgpd: Fix memleak of Mac Hash String upon insertionDonald Sharp2019-06-181-1/+3
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #4546 from donaldsharp/better_debugsRuss White2019-06-182-1/+15
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | zebra: Increase debugs to understand why we rejected a kernel routeDonald Sharp2019-06-182-1/+15
| | |_|_|_|/ | |/| | | |