summaryrefslogtreecommitdiffstats
path: root/zebra (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable/3.0'Donald Sharp2017-05-024-1/+21
|\
| * zebra: fix detection of interface renamesRenato Westphal2017-05-013-1/+19
| * zebra: fix infinite loop when deleting non-default vrfRenato Westphal2017-04-291-0/+1
| * lib: fix segfault on exit caused by interface removalRenato Westphal2017-04-281-0/+1
* | Merge pull request #410 from dslicenc/rdnbrd-vrrMartin Winter2017-05-021-0/+16
|\ \
| * | zebra: fix attempt to install a second rib from imported table entriesDon Slice2017-04-261-0/+16
* | | Merge pull request #384 from donaldsharp/dr2Martin Winter2017-04-273-3/+57
|\ \ \
| * | | Add source of route as protocol string in ip route pushed into kernelDinesh G Dutt2017-04-213-3/+57
| | |/ | |/|
* | | zebra: stop crash on process termination due to stale ifp->nodeDon Slice2017-04-181-0/+1
* | | zebra: Add some more checks to fec [un]registrationDonald Sharp2017-04-151-0/+38
* | | zebra: Fix whitespace issue with if statementDonald Sharp2017-04-151-2/+2
* | | zebra: Allow explicit-null as a label optionDonald Sharp2017-04-151-2/+10
* | | zebra: Fix crash with dereference of NULL pointerDonald Sharp2017-04-151-0/+3
* | | zebra: Experimental commit to see if this fixes snap buildsDonald Sharp2017-04-071-1/+1
* | | zebra: Get mpls building across multiple platforms.Donald Sharp2017-04-062-1/+39
* | | zebra: Fix usage of HAVE_CUMULUSDonald Sharp2017-04-061-0/+2
* | | zebra: Fix gcc compile warn->error issueDonald Sharp2017-04-061-2/+3
* | | bgpd, lib, zebra: Implement handling of BGP-Prefix-SID label IndexVivek Venkatraman2017-04-064-16/+185
* | | bgpd, zebra: Implement BGP Prefix-SID IETF draftVivek Venkatraman2017-04-065-0/+172
* | | zebra: labeled unicast handlingDon Slice2017-04-067-63/+483
* | | zebra: fec registerDon Slice2017-04-065-9/+448
* | | zebra: static label bindingDon Slice2017-04-064-0/+506
|/ /
* | Merge pull request #332 from opensourcerouting/snmp-fixDonald Sharp2017-04-041-0/+1
|\ \
| * | build: fix CFLAGS for snmp modulesDavid Lamparter2017-04-041-0/+1
* | | Merge pull request #329 from dwalton76/debug-zebra-nhtDavid Lamparter2017-04-041-0/+5
|\ \ \ | |/ / |/| |
| * | zebra: "debug zebra nht" is not in the configDaniel Walton2017-04-041-0/+5
* | | Merge branch 'master'David Lamparter2017-04-0412-151/+114
|\| |
| * | Merge pull request #294 from opensourcerouting/modulesDonald Sharp2017-04-0412-151/+114
| |\ \
| | * | zebra: fpm: convert into moduleDavid Lamparter2017-03-258-137/+78
| | * | *: snmp: convert into modulesDavid Lamparter2017-03-254-13/+31
| | * | build: split off libfrrsnmpDavid Lamparter2017-03-251-1/+1
| | * | lib: add hook infrastructureDavid Lamparter2017-03-251-0/+4
| | * | zebra: fpm: fix protobuf compileDavid Lamparter2017-03-241-2/+2
* | | | Merge branch 'stable/2.0'David Lamparter2017-04-042-2/+4
|\ \ \ \ | |/ / / |/| | |
| * | | zebra: zebra_fpm_dt.c does not always need protobufDonald Sharp2017-03-151-0/+2
| * | | zebra: Fix protobuf build on stable/2.0Donald Sharp2017-03-151-2/+2
* | | | Merge pull request #321 from donaldsharp/speedDavid Lamparter2017-04-043-2/+47
|\ \ \ \
| * | | | zebra: Fix printf formattingDonald Sharp2017-04-041-1/+1
| * | | | lib, zebra: Fix CR commentsDonald Sharp2017-04-041-2/+4
| * | | | zebra: Display new speed information in 'show int..' commandDonald Sharp2017-04-031-2/+2
| * | | | zebra: Retrieve interface speed when creating interfaceDonald Sharp2017-04-031-0/+42
| * | | | lib, zebra: Add ability to pass interface speed up from zebraDonald Sharp2017-04-031-0/+1
* | | | | zebra: fix v4/v6 typos in some show commandsRenato Westphal2017-04-041-4/+4
|/ / / /
* | | | Merge pull request #297 from opensourcerouting/ldpd-openbsdDonald Sharp2017-03-301-12/+127
|\ \ \ \
| * | | | zebra-mpls: replace legacy bzero by memsetRenato Westphal2017-03-281-7/+7
| * | | | zebra-mpls: add support for MPLSv6 in OpenBSDRenato Westphal2017-03-281-8/+123
| | |/ / | |/| |
* / | | *: apply DEFUN_NOSH for node-switch CLI commandsDavid Lamparter2017-03-281-2/+2
|/ / /
* | | lm: Fix some errors detected by Coverity Scanßingen2017-03-221-0/+2
* | | Merge pull request #285 from bingen/label_manager_3Donald Sharp2017-03-216-10/+590
|\ \ \
| * | | Implement generic label managerßingen2017-03-206-10/+590