summaryrefslogtreecommitdiffstats
path: root/bgpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: s/TRUE/true/, s/FALSE/false/Quentin Young2019-07-014-24/+24
* Merge pull request #4606 from donaldsharp/no_redist_fixupRenato Westphal2019-06-251-5/+5
|\
| * bgpd: Fixup `no redistribute ...` commands to allow any orderDonald Sharp2019-06-251-5/+5
* | Merge pull request #4522 from LabNConsulting/working/master/issue4479Quentin Young2019-06-252-0/+23
|\ \
| * | bgpd: handle additional events occuring during instance shutdownLou Berger2019-06-182-0/+23
* | | Merge pull request #4544 from chiragshah6/mdevSri Mohana Singamsetty2019-06-252-0/+21
|\ \ \ | |_|/ |/| |
| * | bgpd: print ecom in evpn route outputChirag Shah2019-06-212-0/+21
* | | Revert "Ospf missing interface handling 2"Donald Sharp2019-06-243-15/+9
* | | Merge pull request #3775 from pguibert6WIND/ospf_missing_interface_handling_2Donald Sharp2019-06-223-9/+15
|\ \ \
| * | | *: change interface structure, from vrf_id to vrfPhilippe Guibert2019-06-121-1/+1
| * | | lib, bgpd, ospfd, pimd, zebra, rip, ripng, bfd: change if_update_to_new_vrf()...Philippe Guibert2019-06-121-1/+1
| * | | *: change if_lookup_by_name() api with vrfPhilippe Guibert2019-06-123-8/+14
* | | | Merge pull request #4586 from donaldsharp/default_originateRenato Westphal2019-06-221-2/+3
|\ \ \ \
| * | | | bgpd: `neighbor X:X::X default-originate` complains about (null)Donald Sharp2019-06-201-2/+3
| | |/ / | |/| |
* | | | Merge pull request #4331 from patrasar/bgp_cli_fixDonald Sharp2019-06-221-4/+3
|\ \ \ \
| * | | | bgpd : add prefix-length in show ip bgp neighbor advertised routes keySarita Patra2019-06-111-4/+3
| | |/ / | |/| |
* | | | Merge pull request #4262 from vishaldhingra/lcomm_1Donald Sharp2019-06-225-21/+114
|\ \ \ \
| * | | | bgpd : Support for exact-match in match clause for lcommunityvishaldhingra2019-06-192-14/+50
| * | | | bgpd : Support for exact-match in match clause for lcommunityvishaldhingra2019-06-191-7/+36
| * | | | bgpd : Support for exact-match in match clause for lcommunityvishaldhingra2019-06-192-0/+28
* | | | | Merge pull request #4508 from kssoman/updgrpDonald Sharp2019-06-221-2/+9
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | bgpd: Process core when prefix list is appliedSoman K S2019-06-131-2/+9
| | |/ / | |/| |
* | | | lib: use MTYPE_STATICDavid Lamparter2019-06-211-8/+0
* | | | 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-207-20/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | doc: Update documentation about multiple-instanceDonald Sharp2019-06-181-1/+0
| * | | | bgpd: BGP_ERR_MULTIPLE_INSTANCE_NOT_SET is an impossible conditionDonald Sharp2019-06-186-19/+2
| |/ / /
* | | | Merge pull request #4260 from vishaldhingra/lcommDonald Sharp2019-06-191-5/+15
|\ \ \ \
| * | | | bgpd: Added the as-set option for IPV6 agg. routevishaldhingra2019-06-171-5/+15
* | | | | 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
* | | | | | bgpd: Fix memleak of Mac Hash String upon insertionDonald Sharp2019-06-181-1/+3
| |_|/ / / |/| | | |
* | | | | Merge pull request #4514 from opensourcerouting/warnings-20190612Donald Sharp2019-06-174-24/+17
|\ \ \ \ \
| * | | | | bgpd: fix uninitialized & wrong endian NOTIFYDavid Lamparter2019-06-131-2/+4
| * | | | | bgpd/rfapi: fix clang-SA warningDavid Lamparter2019-06-131-1/+1
| * | | | | *: config.h or zebra.h is the first #includeDavid Lamparter2019-06-132-0/+5
| * | | | | bgpd: fix clang format warningDavid Lamparter2019-06-131-21/+7
| |/ / / /
* | | | | Merge pull request #4505 from ton31337/feature/autocomplete_bgp_peer-groupQuentin Young2019-06-172-14/+14
|\ \ \ \ \
| * | | | | bgpd: List all groups dynamically for commands with peer-groupDonatas Abraitis2019-06-112-14/+14
| | |_|/ / | |/| | |
* | | | | bgpd: show bgp vrfs formattingChirag Shah2019-06-141-7/+18
| |_|/ / |/| | |
* | | | Merge pull request #4512 from mjstapp/fix_bgp_auto_ridSri Mohana Singamsetty2019-06-143-10/+32
|\ \ \ \ | |_|_|/ |/| | |
| * | | bgpd: auto router-id should not change configured vpn RD/RTMark Stapp2019-06-123-10/+32
| |/ /
* | | Merge pull request #4499 from kssoman/coreLou Berger2019-06-133-0/+11
|\ \ \
| * | | bgpd: Process core when bgp instance is deletedSoman K S2019-06-113-0/+11
| |/ /
* | | bgpd, lib: Add iana_afi2str and iana_safi2str for eye pleasing strings (#4439)David Lamparter2019-06-134-41/+60
|\ \ \ | |_|/ |/| |
| * | lib, bgpd: Create iana_afi.h for storing iana_afi/safi enumsDonald Sharp2019-06-021-0/+1
| * | bgpd, lib: Add iana_afi2str and iana_safi2str for eye pleasing stringsDonald Sharp2019-06-023-41/+59