summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* *: use the current project name (FRRouting)Lou Berger2020-03-2540-41/+41
* Merge pull request #6091 from volta-networks/fix_isis_show_helloQuentin Young2020-03-251-4/+4
|\
| * isisd: fix hello cmds vtysh outputEmanuele Di Pascale2020-03-251-4/+4
|/
* Merge pull request #6079 from sarav511/regstop_expDonald Sharp2020-03-251-0/+2
|\
| * pimd: Reg Suppression expiry has to account for couldreg->false while in prunesaravanank2020-03-241-0/+2
* | Merge pull request #6087 from opensourcerouting/log-kill-tabsDonald Sharp2020-03-2525-174/+150
|\ \
| * | lib: rewrite zlog_hexdump()David Lamparter2020-03-243-54/+44
| * | *: remove line breaks from log messagesDavid Lamparter2020-03-2411-31/+27
| * | *: remove tabs from log messagesDavid Lamparter2020-03-2411-89/+79
* | | Merge pull request #6081 from dslicenc/import-vrf-routemapRuss White2020-03-242-30/+52
|\ \ \
| * | | bgpd: clean up import vrf route-map commandDon Slice2020-03-242-30/+52
* | | | Merge pull request #5713 from opensourcerouting/logpumpQuentin Young2020-03-245-0/+181
|\ \ \ \
| * | | | sharpd: add "logpump" to bulk test loggingDavid Lamparter2020-03-245-0/+181
| | |/ / | |/| |
* | | | Merge pull request #6080 from sarav511/buf_incQuentin Young2020-03-241-2/+2
|\ \ \ \
| * | | | pimd: increase buffer size for prefix str while printing bsrp-infosaravanank2020-03-241-2/+2
| | |_|/ | |/| |
* | | | Merge pull request #6035 from qlyoung/fix-nexthop-label-nullity-before-freeSantosh P K2020-03-241-4/+2
|\ \ \ \
| * | | | lib: remove null check before free nh_labelsQuentin Young2020-03-181-4/+2
* | | | | Merge pull request #6068 from donaldsharp/agg_to_use_rn_lookupRuss White2020-03-2445-467/+438
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | bgpd, lib, ripngd: Add agg_node_get_prefixDonald Sharp2020-03-2417-289/+246
| * | | | bgpd: Rework code to use `const struct prefix`Donald Sharp2020-03-2423-123/+134
| * | | | bgpd, isisd, lib: Make key values const for skiplistDonald Sharp2020-03-2414-46/+49
| * | | | bgpd: Make bgp_debug_bestpath take a `struct bgp_node`Donald Sharp2020-03-244-9/+9
| | |_|/ | |/| |
* | | | Merge pull request #6050 from sworleys/PBR-No-Fail-Same-VRFRuss White2020-03-241-12/+37
|\ \ \ \
| * | | | pbrd: convert gotos in set vrf command to returnsStephen Worley2020-03-191-12/+7
| * | | | pbrd: properly handle duplicate set vrf XX configsStephen Worley2020-03-191-3/+33
* | | | | Merge pull request #6047 from sarav511/hold0Russ White2020-03-243-3/+7
|\ \ \ \ \
| * | | | | pimd: Pim hello should be sent with 0 hold time on address change on old src ipsaravanank2020-03-193-3/+7
| | |_|_|/ | |/| | |
* | | | | Merge pull request #6024 from patrasar/mroute_reshapeRuss White2020-03-241-1/+1
|\ \ \ \ \
| * | | | | pimd: re-shaping show ip mroute outoutSarita Patra2020-03-181-1/+1
* | | | | | Merge pull request #6015 from sarav511/bsmfwdRuss White2020-03-241-0/+11
|\ \ \ \ \ \
| * | | | | | pimd: Do not forward BSM to interfaces that has no pim neighborssaravanank2020-03-171-0/+11
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #6010 from sarav511/uni_jn_igRuss White2020-03-241-0/+27
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | pimd: Add check for pim join, hello and assert to drop pkts without all-pim-...saravanank2020-03-231-0/+27
| |/ / / /
* | | | | Merge pull request #6072 from sarav511/bsrelectDonald Sharp2020-03-241-1/+2
|\ \ \ \ \
| * | | | | pimd: bsr election elects wrong bsrsaravanank2020-03-231-1/+2
| |/ / / /
* | | | | Merge pull request #6026 from sarav511/nbrclnDonald Sharp2020-03-241-0/+11
|\ \ \ \ \
| * | | | | pimd: pimd crashes during neighbor clean upsaravanank2020-03-191-0/+11
| |/ / / /
* | | | | Merge pull request #6018 from sarav511/rp_nomatchDonald Sharp2020-03-241-10/+11
|\ \ \ \ \
| * | | | | pimd: (*, G) Prune should be processed even if the RP in packet is not RP(G)saravanank2020-03-171-10/+11
| |/ / / /
* | | | | Merge pull request #6074 from mjstapp/fix_staticd_help_textDonald Sharp2020-03-241-4/+4
|\ \ \ \ \
| * | | | | staticd: fix vty help textMark Stapp2020-03-231-4/+4
* | | | | | Merge pull request #6073 from donaldsharp/is_defaultSri Mohana Singamsetty2020-03-2318-33/+37
|\ \ \ \ \ \
| * | | | | | bgpd, lib: More `const`ification of various codeDonald Sharp2020-03-239-14/+15
| * | | | | | bgpd: Add some `const struct prefix` for a couple more functionsDonald Sharp2020-03-237-16/+18
| * | | | | | lib: Modify zclient_send_rnh to use const struct prefixDonald Sharp2020-03-222-3/+4
| * | | | | | lib: make is_default_host_route use a const struct prefixDonald Sharp2020-03-221-1/+1
* | | | | | | Merge pull request #6008 from sarav511/max_vifDonald Sharp2020-03-234-24/+65
|\ \ \ \ \ \ \
| * | | | | | | pimd: Do not allow to configure multicast on more than MAXVIF interfacessaravanank2020-03-174-24/+65
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #6004 from sarav511/mc_fixesDonald Sharp2020-03-231-0/+2
|\ \ \ \ \ \ \
| * | | | | | | pimd: (S,G) Route doesn't inherit olist from parent while creationsaravanank2020-03-161-0/+2
| |/ / / / / /