summaryrefslogtreecommitdiffstats
path: root/bgpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge pull request #3509 from faickermo/fix_bgp_ipv6_default_nexthopDonald Sharp2019-06-121-0/+1
|\ \ \ | |_|/ |/| |
| * | bgpd: Set bgp default nexthop value of IPv6Faicker Mo2019-05-311-0/+1
| |/
* | bgpd: add l2vpn evpn to afi safi parse utilityDon Slice2019-06-101-0/+8
* | lib,bgpd,babeld,ripngd,nhrpd,bfdd: clean up SA warningsMark Stapp2019-06-062-1/+9
* | Merge pull request #3555 from pguibert6WIND/bgp_wording_vrf_tableRuss White2019-06-041-6/+8
|\ \
| * | bgpd: use the wording vrf instead of tablePhilippe Guibert2019-01-071-6/+8
* | | Merge pull request #4455 from lkrishnamoor/revertDonald Sharp2019-06-045-197/+203
|\ \ \
| * | | Revert of PR 4078 and PR 4315Lakshman Krishnamoorthy2019-06-045-197/+203
* | | | bgpd: Remove BGP_OPT_CONFIG_CISCODonald Sharp2019-06-033-108/+30
* | | | bgpd: Remove `[no] bgp config-type <cisco|zebra>`Donald Sharp2019-06-031-42/+0
* | | | bgpd: Remove BGP_OPT_MULTIPLE_INSTANCE flagDonald Sharp2019-06-033-64/+16
* | | | bgpd: Remove deprecated '[no] bgp multiple-instance' commandDonald Sharp2019-06-031-39/+0
|/ / /
* | | Merge pull request #4345 from NaveenThanikachalam/route_map_depDonald Sharp2019-06-032-2/+3
|\ \ \
| * | | lib: Changes made to dependencies of a r-map do not take effect.Naveen Thanikachalam2019-05-312-2/+3
| | |/ | |/|