summaryrefslogtreecommitdiffstats
path: root/ospfd (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: simplify log message lookupQuentin Young2017-06-2110-61/+60
* ospfd: fix typo in error messageDavid Lamparter2017-06-151-1/+2
* *: Clean up call into inet_atonDonald Sharp2017-06-131-1/+5
* Merge branch 'stable/3.0'David Lamparter2017-06-131-28/+24
|\
| * ospfd: fix stack underflowQuentin Young2017-06-061-28/+24
* | Merge branch 'stable/3.0'David Lamparter2017-06-061-1/+8
|\|
| * ospfd: fix 'show ip ospf interface json'Quentin Young2017-06-041-1/+8
| * ospfd: shufflinQuentin Young2017-06-041-45/+45
| * ospfd: fix virtual-link timers commandsQuentin Young2017-06-041-40/+23
* | Merge pull request #657 from donaldsharp/rompapotamusRenato Westphal2017-06-031-3/+5
|\ \
| * | ospfd: Make OSPF TE warnings be less chattyDonald Sharp2017-06-021-3/+5
* | | Merge pull request #663 from chiragshah6/pim_devRenato Westphal2017-06-031-5/+5
|\ \ \
| * | | ospfd: fix clear ip ospf interface cmdChirag Shah2017-06-031-1/+1
| * | | ospfd: Fix ospf timers commandChirag Shah2017-06-031-4/+4
| |/ /
* | | ospfd: shufflinQuentin Young2017-05-311-45/+45
* | | ospfd: fix virtual-link timers commandsQuentin Young2017-05-311-40/+23
|/ /
* | Merge remote-tracking branch 'origin/stable/3.0'Donald Sharp2017-05-247-101/+98
|\|
| * ospfd: remember format for ospf area idQuentin Young2017-05-197-101/+98
* | Merge branch 'stable/3.0'David Lamparter2017-05-181-1/+1
|\|
| * Merge branch stable/2.0 into stable/3.0David Lamparter2017-05-181-1/+1
| |\
| | * Pre-revert nonmergeable changesDavid Lamparter2017-05-182-1/+10
| | * ospfd: Fix possible crash and wrong data being shownDonald Sharp2017-05-161-1/+6
* | | Merge pull request #537 from donaldsharp/vrf_stuffDavid Lamparter2017-05-171-1/+1
|\ \ \
| * | | *: Consolidate vrf_hooks into vrf_initDonald Sharp2017-05-161-1/+1
* | | | Merge remote-tracking branch 'origin/stable/3.0'Donald Sharp2017-05-171-2/+2
|\ \ \ \ | | |/ / | |/| |
| * | | ospfd: Actually fix ospf redistribute.Donald Sharp2017-05-161-2/+2
| * | | Address the error "Dead assignment" of static analysifHung-Weic Chiu2017-05-102-3/+2
* | | | *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-1557-271/+218
| |/ / |/| |
* | | Address the error "Dead assignment" of static analysifHung-Weic Chiu2017-05-102-3/+2
* | | *: update thread_add_* callsQuentin Young2017-05-097-53/+52
* | | *: remove THREAD_ON macros, add nullity checkQuentin Young2017-05-0912-98/+72
* | | Merge remote-tracking branch 'origin/stable/3.0'Donald Sharp2017-05-081-1/+1
|\| |
| * | *: fix a bunch of segfaults detected by a CLI fuzzerRenato Westphal2017-05-041-1/+1
* | | Merge remote-tracking branch 'origin/stable/3.0'Donald Sharp2017-05-041-2/+2
|\| |
| * | ospfd: fix small problem in the redistribute commandRenato Westphal2017-05-031-2/+2
* | | Merge remote-tracking branch 'origin/stable/3.0'Donald Sharp2017-05-022-49/+11
|\| |
| * | ospfd: Fix a variant of the ospf redistribute commandDonald Sharp2017-05-021-9/+11
| * | ospfd: Remove unused functionDonald Sharp2017-04-251-40/+0
* | | Merge remote-tracking branch 'origin/stable/2.0'Donald Sharp2017-05-022-2/+3
|\ \ \ | |/ / |/| / | |/
| * Fix the "Uninitialized argument value" of clang SA.Hung-Weic Chiu2017-04-291-1/+1
| * Fix the "Dead assignment" of clang SA.Hung-Weic Chiu2017-04-292-10/+1
* | ospfd: Fix the 'show ip ospf int ...' commandDonald Sharp2017-04-081-22/+9
* | 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 #330 from dwalton76/ospf-no-log-adjacency-changes-detailDavid Lamparter2017-04-041-1/+0
|\ \ \ | |/ / |/| |
| * | ospfd: "no log-adjacency-changes detail" disables log-adjacency-changesDaniel Walton2017-04-041-1/+0
* | | Merge branch 'master'David Lamparter2017-04-0413-129/+140
|\| |
| * | Merge pull request #294 from opensourcerouting/modulesDonald Sharp2017-04-0413-129/+140
| |\ \
| | * | *: snmp: convert into modulesDavid Lamparter2017-03-254-14/+33
| | * | *: use hooks for sending SNMP trapsDavid Lamparter2017-03-2511-119/+111