summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* snapcraft: Update bgpd to use newer rpki libMartin Winter2019-05-292-3/+3
* snapcraft: Add libyang to snap packageMartin Winter2019-05-291-1/+22
* snapcraft: Add missing staticd.conf.defaultMartin Winter2019-05-291-0/+1
* snapcraft: Don't stage libc6Martin Winter2019-05-291-1/+0
* snapcraft: Update RTRLIB to 0.6.3Martin Winter2019-05-291-1/+1
* Merge pull request #4391 from ton31337/feature/delete_prefix_list_by_sequence...Donald Sharp2019-05-281-6/+32
|\
| * plist: Delete prefix-list by sequence numberDonatas Abraitis2019-05-251-6/+32
* | Merge pull request #4384 from dslicenc/bgp-no-delete-defaultLou Berger2019-05-281-1/+16
|\ \
| * | bgpd: disable deleting default instance if vrf instances existDon Slice2019-05-221-1/+16
* | | Merge pull request #4371 from manuhalo/fix_isisd_large_mtuOlivier Dugeon2019-05-281-13/+16
|\ \ \
| * | | isisd: support circuits with mtu > 8192Emanuele Di Pascale2019-05-231-13/+16
| |/ /
* | | Merge pull request #4239 from sarav511/rpJafar Al-Gharaibeh2019-05-2828-110/+3050
|\ \ \
| * | | pimd: Enable BSM processing on all interfaces by defaultsaravanank2019-05-151-0/+4
| * | | doc: updating pim.rst with bsm processing commandssaravanank2019-05-151-0/+34
| * | | pimd: clear pim bsm traffic counters for BSMsaravanank2019-05-151-0/+2
| * | | pimd: Implement show & clear ip pim statistics commandsaravanank2019-05-151-0/+147
| * | | pimd: Implementation of show ip pim bsrp-info.saravanank2019-05-151-0/+174
| * | | pimd: Implement show ip pim bsm-databasesaravanank2019-05-151-0/+179
| * | | pimd: Forwarding the stored BSM to new neighbor or restarted neighborsaravanank2019-05-153-0/+100
| * | | pimd: semantic fragmentation of Bootstrap messages w.r.t interface mtusaravanank2019-05-151-1/+181
| * | | pimd: store PIM bootstrap message in list and forward if no_fwd not setsaravanank2019-05-151-0/+89
| * | | pimd: Instate partial rp_list(when its full) to bsrp_list(main list).saravanank2019-05-151-1/+167
| * | | pimd: Parse the grp2rp mapping from BSM pkt and add to partial rp listsaravanank2019-05-151-0/+304
| * | | pimd: PIM Bootstrap packet processingsaravanank2019-05-153-0/+254
| * | | pimd: PIM Msg header includes N bit as defined by RFCsaravanank2019-05-156-11/+27
| * | | pimd: PIM BSM Processing bootstrap timer expiry handlingsaravanank2019-05-151-0/+58
| * | | pimd: PIM BSM processing, grp2rp mapping timer expirysaravanank2019-05-151-0/+87
| * | | lib: implement utility function API which does the followingsaravanank2019-05-152-0/+90
| * | | pimd: PIM BSM Processing g2rp timer start and expiry routine(dummy)saravanank2019-05-151-0/+38
| * | | pimd: BSM related memory definition to static and function reorderingsaravanank2019-05-153-41/+35
| * | | pimd: Implementation of show ip pim bsr commandsaravanank2019-05-151-0/+98
| * | | pimd: rp_new & rp_del split into 2 tier functions & implement rp_changesaravanank2019-05-155-102/+318
| * | | pimd: interface commands to enable/disable bsm processingsaravanank2019-05-154-2/+117
| * | | pimd: Show RP source in show ip pim rp-info commandsaravanank2019-05-151-4/+14
| * | | pimd: cli changes to show BSM statistics in show ip pim int trafficsaravanank2019-05-151-15/+29
| * | | pimd: Implement nexthop match where if given address match any of the next ho...saravanank2019-05-152-0/+168
| * | | pimd: PIM nexthop tracking changes for tracking nexthop path of BSR.saravanank2019-05-156-14/+33
| * | | pimd: Datastructure for BSM interface configuration and statisticssaravanank2019-05-151-0/+7
| * | | pimd: implement debug pim bsm commandsaravanank2019-05-151-0/+30
| * | | pimd: PIM BSM Processing datastructure definition/initialization/deinitsaravanank2019-05-159-1/+341
| * | | pimd: adding datastructure to accomodate to source of RP.saravanank2019-05-151-0/+7
* | | | Merge pull request #4322 from sworleys/Nexthop-CmpRenato Westphal2019-05-284-80/+144
|\ \ \ \
| * | | | lib,zebra,bgpd,pbrd: Compare nexthops without labelsStephen Worley2019-05-233-21/+56
| * | | | lib: Explicitly cmp gateway and source based on AFStephen Worley2019-05-231-12/+39
| * | | | lib,zebra,bgpd: Remove nexthop_same_no_recurse()Stephen Worley2019-05-234-41/+2
| * | | | lib: Update nexthop_same to use nexthop_cmpStephen Worley2019-05-231-38/+3
| * | | | lib: Add labels_cmp to nexthop_cmpStephen Worley2019-05-231-3/+8
| * | | | lib: nexthop-cmp return if gateways don't matchStephen Worley2019-05-231-2/+2
| * | | | lib: Make labels_match function use labels_cmpStephen Worley2019-05-232-21/+6
| * | | | lib: Add nexthop labels cmp functionsStephen Worley2019-05-231-0/+28