summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "Ospf missing interface handling 2"Donald Sharp2019-06-2459-490/+322
* Merge pull request #3775 from pguibert6WIND/ospf_missing_interface_handling_2Donald Sharp2019-06-2259-322/+490
|\
| * *: change interface structure, from vrf_id to vrfPhilippe Guibert2019-06-1236-177/+229
| * lib, bgpd, ospfd, pimd, zebra, rip, ripng, bfd: change if_update_to_new_vrf()...Philippe Guibert2019-06-1210-16/+30
| * zebra, ifp: on netlink discovery, anticipate the vrf creationPhilippe Guibert2019-06-123-2/+22
| * zebra, lib: upon entering interface, create vrf contextPhilippe Guibert2019-06-123-10/+14
| * lib: create interface upon accessing interface NB API.Philippe Guibert2019-06-124-31/+58
| * *: change if_lookup_by_name() api with vrfPhilippe Guibert2019-06-1235-81/+114
| * lib, ospfd, pimd, zebra: change if_create() api with vrfPhilippe Guibert2019-06-115-9/+11
| * ospf, ospf6d, zebra, lib: change if_get_by_name prototype with vrfPhilippe Guibert2019-06-119-22/+38
* | Merge pull request #4294 from adharkar/frr-master-fpm_rmacDonald Sharp2019-06-225-16/+531
|\ \
| * | Zebra: Address review comments for RMAC FPM feature 1Ameya Dharkar2019-06-172-5/+4
| * | Zebra: Build nelink message for RMAC updatesAmeya Dharkar2019-06-173-1/+72
| * | Zebra: Handle FPM connection up/down eventsAmeya Dharkar2019-06-171-3/+35
| * | Zebra: FPM processing of mac_q and dest_qAmeya Dharkar2019-06-171-19/+161
| * | Zebra: Handle RMAC add/delete operation and add fpm_mac_info_tAmeya Dharkar2019-06-173-4/+147
| * | Zebra: Data structures for RMAC processing in FPMAmeya Dharkar2019-06-172-0/+128
* | | 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 #4589 from ton31337/fix/match_ip_next_hop_type_allows_with...Donald Sharp2019-06-221-6/+6
|\ \ \ \
| * | | | rmap: Minor changes in comments regarding match ip[v6] next-hop typeDonatas Abraitis2019-06-221-5/+5
| * | | | rmap: Modify cli helper text for `match_ipv6_next_hop_type_cmd`Donatas Abraitis2019-06-221-1/+1
|/ / / /
* | | | 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 #4536 from pguibert6WIND/bfd_startup_does_not_workDonald Sharp2019-06-221-35/+35
|\ \ \ \
| * | | | bfdd: avoid double socket initialisation on same netnsPhilippe Guibert2019-06-211-35/+35
* | | | | Merge pull request #4262 from vishaldhingra/lcomm_1Donald Sharp2019-06-226-24/+160
|\ \ \ \ \
| * | | | | bgpd : Support for exact-match in match clause for lcommunityvishaldhingra2019-06-193-14/+91
| * | | | | bgpd : Support for exact-match in match clause for lcommunityvishaldhingra2019-06-192-10/+41
| * | | | | bgpd : Support for exact-match in match clause for lcommunityvishaldhingra2019-06-192-0/+28
* | | | | | Merge pull request #4518 from sarav511/dr_lhrDonald Sharp2019-06-222-6/+10
|\ \ \ \ \ \
| * | | | | | pimd: fix DR at LHR scenario where non DR is connected to RPsaravanank2019-06-132-6/+10
* | | | | | | Merge pull request #4585 from ton31337/fix/no_match_ip_next_hop_blackholeDonald Sharp2019-06-223-0/+152
|\ \ \ \ \ \ \
| * | | | | | | rmap: Add hooks into zebra,ospf,rip for `match ip next-hop type blackhole`Donatas Abraitis2019-06-213-0/+152
* | | | | | | | 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
* | | | | | | | | Merge pull request #4583 from donaldsharp/no_pim_trace_detailMark Stapp2019-06-211-4/+0
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | pimd: Remove output of `debug igmp trace detail` from show commandsDonald Sharp2019-06-201-4/+0
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Prefix list count (#4578)David Lamparter2019-06-212-9/+4
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | doc: Cleanup `clear ip prefix-list...` documentation.Donald Sharp2019-06-201-9/+3
| * | | | | | | lib: Keep proper count of prefix-list hit-count when usedVisakha Erina2019-06-201-0/+1
* | | | | | | | 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