summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pimd: Don't refersh the oif_creation timer if S,G already presentSarita Patra2019-02-081-2/+4
* Merge pull request #3752 from mjstapp/fix_wq_static_funcDonald Sharp2019-02-071-10/+4
|\
| * libs: remove useless static work_queue_free helperMark Stapp2019-02-071-10/+4
* | Merge pull request #3745 from chiragshah6/evpn_dev1Russ White2019-02-0711-4/+284
|\ \ | |/ |/|
| * zebra: advertise svi ip as macip route changesChirag Shah2019-02-075-4/+162
| * bgpd: advertise svi ip as macip config cmdChirag Shah2019-02-072-0/+95
| * bgpd: advertise svi ip as macip zebra parse apiChirag Shah2019-02-072-0/+25
| * lib: advertise svi ip as macip opcodeChirag Shah2019-02-072-0/+2
* | Merge pull request #3722 from donaldsharp/static_recursiveDavid Lamparter2019-02-072-1/+5
|\ \
| * | zebra: Do not display recursive nexthops as installedDonald Sharp2019-02-051-1/+2
| * | zebra: Fix multiple levels of static recursionDonald Sharp2019-02-051-0/+3
* | | Merge pull request #3744 from mjstapp/wq_deprecated_apiDavid Lamparter2019-02-072-12/+6
|\ \ \
| * | | libs: remove deprecated workqueue apiMark Stapp2019-02-062-12/+6
| | |/ | |/|
* | | Merge pull request #3748 from donaldsharp/sharp_nht_additionDavid Lamparter2019-02-0712-76/+293
|\ \ \
| * | | sharpd: Add 'sharp data nexthop' data dumpDonald Sharp2019-02-078-0/+144
| * | | sharpd: Add 'sharp data route" dump commandDonald Sharp2019-02-073-0/+31
| * | | sharpd: Move route global variables into the global data structureDonald Sharp2019-02-074-65/+68
| * | | sharpd: Add start of global data structuresDonald Sharp2019-02-073-1/+38
| * | | sharpd: Allow nhop tracking to specify connectedDonald Sharp2019-02-073-9/+12
| * | | lib: MTYPE_PREFIX_FLOWSPEC should not be exposed by memory.hDonald Sharp2019-02-073-2/+1
| |/ /
* | | Merge pull request #3749 from rtrlib/2019-02-07-bugfix-masterDavid Lamparter2019-02-071-4/+18
|\ \ \ | |/ / |/| |
| * | bgpd: fix crash when trying to remove non-existing rpki cacheMarcel Röthke2019-02-071-1/+1
| * | bgpd: fix "show rpki cache-server" for ssh cachesMarcel Röthke2019-02-071-3/+17
|/ /
* | Merge pull request #3684 from mjstapp/dplane_pwDonald Sharp2019-02-069-34/+355
|\ \
| * | zebra: add handler for pw install errorsMark Stapp2019-01-252-2/+34
| * | zebra: handle pw updates in async dplaneMark Stapp2019-01-251-0/+31
| * | zebra: convert PW updates to async dataplaneMark Stapp2019-01-258-32/+194
| * | zebra: start pseudowire supportMark Stapp2019-01-252-0/+96
* | | Merge pull request #3737 from qlyoung/doc-move-topotest-to-devdocsRafael Zalamena2019-02-0510-1046/+2553
|\ \ \ | |_|/ |/| |
| * | doc: move topotests docs to developers guideQuentin Young2019-02-0510-1046/+2553
* | | lib: add hooks for external logging functionEmanuele Di Pascale2019-02-052-0/+14
* | | Merge pull request #3693 from chiragshah6/ospf_vrf_devRuss White2019-02-051-5/+17
|\ \ \ | |/ / |/| |
| * | ospfd: address CVE-2017-3224Chirag Shah2019-02-031-5/+17
* | | Merge pull request #3518 from rgirada/routemap_3090Donald Sharp2019-02-0515-13/+259
|\ \ \
| * | | bgpd: Added changes to track route-map usagergirada2019-02-046-1/+119
| * | | ospfd: Added changes to track route-map usagergirada2019-02-042-7/+20
| * | | zebrad: Added changes to track route-map usagergirada2019-02-041-2/+35
| * | | ospf6d: Added changes to track route-map usagergirada2019-02-041-1/+11
| * | | ripd,ripngd: Added changes to track route-map usage in rip,ripngrgirada2019-02-042-2/+8
| * | | isisd: Added changes to track route-map usage in isis.rgirada2019-02-041-0/+2
| * | | lib: Implemented a cli "show route-map-unsed" to track all unsed routemaps.rgirada2019-02-042-0/+64
| |/ /
* | | Merge pull request #3733 from donaldsharp/meta_queue_nht_game_over_man_game_overRuss White2019-02-051-9/+1
|\ \ \
| * | | zebra: NHT was being run at least 2 times and missreporting dataDonald Sharp2019-02-051-9/+1
* | | | Merge pull request #3727 from qlyoung/fix-signed-printspec-bgp-asRuss White2019-02-051-4/+4
|\ \ \ \
| * | | | bgpd: use correct specifier to print asnQuentin Young2019-02-041-4/+4
| | |/ / | |/| |
* | | | Merge pull request #3725 from donaldsharp/eigrp_metricRuss White2019-02-0511-63/+112
|\ \ \ \
| * | | | eigrpd: Don't crash on a `no network A.B.C.D/M`Donald Sharp2019-02-041-11/+7
| * | | | eigrpd: Allow A.B.C.D and A.B.C.D/M for topology specificationDonald Sharp2019-02-031-15/+55
| * | | | eigrpd: Abstract display of an individual entryDonald Sharp2019-02-031-17/+25
| * | | | eigrpd: Modify from int to boolean for displayDonald Sharp2019-02-033-6/+7