summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1282 from opensourcerouting/ldpd-minor-issuesDonald Sharp2017-10-044-38/+60
|\
| * ldpd: detach stdin/stdout/stderr from the child processesRenato Westphal2017-10-031-1/+7
| * ldpd: fix issue when displaying the running configurationRenato Westphal2017-10-031-0/+1
| * ldpd: remove the "discovery targeted-hello" commands from the interface nodeRenato Westphal2017-10-033-36/+51
| * ldpd: fix wrong indentation in the help menuRenato Westphal2017-10-031-1/+1
* | Merge pull request #1267 from opensourcerouting/ldpd_cli_showDonald Sharp2017-10-036-119/+408
|\ \ | |/ |/|
| * ldpd: add more filtering options in some "show" commandsRenato Westphal2017-09-293-112/+401
| * ldpd: improve ordering of interfaces on user outputRenato Westphal2017-09-293-7/+7
* | Merge pull request #1111 from chiragshah6/mdevJafar Al-Gharaibeh2017-10-0331-716/+1848
|\ \
| * | ospfd: OSPFv2 VRF remove iflist from masterChirag Shah2017-10-034-5/+2
| * | ospfd: fix vrf bind sock non-linux systemChirag Shah2017-10-032-2/+18
| * | ospfd: Bind socket to vrf deviceChirag Shah2017-10-034-26/+78
| * | ospfd: OSPFv2 VRF fixesIChirag Shah2017-10-032-14/+30
| * | ospfd: OSPFv2 VRF Changes IIChirag Shah2017-10-038-447/+474
| * | ospfd: fix clang warning & ci-ospf testChirag Shah2017-10-032-9/+2
| * | ospfd: OSPFv2 VRF, fix CLAN SA warningChirag Shah2017-10-031-2/+6
| * | ospfd: OSPFv2 VRF SupportChirag Shah2017-10-0327-839/+1866
* | | Merge pull request #1281 from donaldsharp/boo_memsetJafar Al-Gharaibeh2017-10-031-2/+2
|\ \ \ | |/ / |/| |
| * | lib: Fix memset usageDonald Sharp2017-10-031-2/+2
|/ /
* | Merge pull request #1278 from chiragshah6/ospf_vrf_devJafar Al-Gharaibeh2017-10-031-7/+14
|\ \
| * | ospfd: Fix maxage_lsa lookup keyChirag Shah2017-10-021-7/+14
* | | Merge pull request #1263 from vjardin6WIND/cleanupQuentin Young2017-10-039-22/+20
|\ \ \
| * | | scan-build: fix warningVincent JARDIN2017-10-022-4/+1
| * | | ospf_packet: scan-build/clang clean upVincent JARDIN2017-10-021-7/+5
| * | | scan-build: cleanup some warningsVincent JARDIN2017-10-025-10/+12
| * | | sha256: fix clang warningVincent JARDIN2017-10-021-1/+2
* | | | Merge pull request #1262 from dwalton76/vtysh-conft-available2Jafar Al-Gharaibeh2017-10-031-0/+30
|\ \ \ \ | |_|/ / |/| | |
| * | | tools: frr-reload.py should exit(1) if vtysh config mode is lockedDaniel Walton2017-09-271-0/+30
* | | | Merge pull request #1259 from qlyoung/vtysh-warn-miJafar Al-Gharaibeh2017-10-021-4/+14
|\ \ \ \
| * | | | vtysh: more multi-instance fixingQuentin Young2017-09-281-3/+5
| * | | | vtysh: 'x not running' reduxQuentin Young2017-09-271-2/+10
* | | | | Merge pull request #1250 from chiragshah6/ospf_vrf_devJafar Al-Gharaibeh2017-10-021-135/+61
|\ \ \ \ \
| * | | | | ospfd: ospf use macro for authenticationChirag Shah2017-10-021-23/+12
| * | | | | ospfd: fix area virtual-link commandChirag Shah2017-10-011-12/+9
| * | | | | ospfd: ospf virtual-link fixChirag Shah2017-09-291-6/+1
| * | | | | ospfd: fix ospf virtual-link command optionsChirag Shah2017-09-281-120/+68
| * | | | | ospfd: fix virtual-link config commandChirag Shah2017-09-271-17/+14
* | | | | | Merge pull request #1277 from donaldsharp/zebra_crashRenato Westphal2017-10-023-10/+17
|\ \ \ \ \ \
| * | | | | | zebra: Cleanup ptm memory *after* we tell the sockets to clean upDonald Sharp2017-10-021-1/+1
| * | | | | | zebra: Properly initialize memory for rtadvDonald Sharp2017-10-021-2/+4
| * | | | | | zebra: Fix valgrind report of unintialized dataDonald Sharp2017-10-021-7/+12
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #1254 from donaldsharp/irdp_no_crashRenato Westphal2017-10-022-0/+44
|\ \ \ \ \ \
| * | | | | | zebra: Fix irdp so it doesn't crash when looked atDonald Sharp2017-09-272-0/+44
* | | | | | | Merge pull request #1276 from opensourcerouting/isis-fix-vertex-queueDonald Sharp2017-10-022-2/+2
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | isisd: fix vertex queue comparatorChristian Franke2017-10-022-2/+2
* | | | | | | Merge pull request #1260 from donaldsharp/logrotateJafar Al-Gharaibeh2017-10-011-1/+1
|\ \ \ \ \ \ \
| * | | | | | | debian: Fix logrotate when FRR is not runningDave Olson2017-09-271-1/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #1265 from donaldsharp/pim_fillJafar Al-Gharaibeh2017-10-011-11/+21
|\ \ \ \ \ \ \
| * | | | | | | pimd: Add 'show ip mroute fill' commandDonald Sharp2017-09-281-11/+21
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #1271 from donaldsharp/multiplierJafar Al-Gharaibeh2017-10-011-1/+1
|\ \ \ \ \ \ \