summaryrefslogtreecommitdiffstats
path: root/ospfd (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: reindentreindent-3.0-afterwhitespace / reindent2017-08-0956-39024/+38143
* *: simplify log message lookupQuentin Young2017-06-3010-61/+60
* Merge pull request #704 from chiragshah6/pim_dev_3_0Jafar Al-Gharaibeh2017-06-233-12/+13
|\
| * ospfd: correct typo in zebra traceChirag Shah2017-06-142-1/+4
| * ospfd: ospf bandwidth handlingChirag Shah2017-06-122-4/+2
| * ospfd: ospf bandwidth handlingChirag Shah2017-06-123-12/+12
* | ospfd: fix stack underflowQuentin Young2017-06-061-28/+24
|/
* 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
* ospfd: remember format for ospf area idQuentin Young2017-05-197-101/+98
* 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
| * 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: Actually fix ospf redistribute.Donald Sharp2017-05-161-2/+2
* | Address the error "Dead assignment" of static analysifHung-Weic Chiu2017-05-102-3/+2
* | *: fix a bunch of segfaults detected by a CLI fuzzerRenato Westphal2017-05-041-1/+1
* | ospfd: fix small problem in the redistribute commandRenato Westphal2017-05-031-2/+2
* | ospfd: Fix a variant of the ospf redistribute commandDonald Sharp2017-05-021-9/+11
* | ospfd: Remove unused functionDonald Sharp2017-04-251-40/+0
* | 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
| | * | build: split off libfrrsnmpDavid Lamparter2017-03-251-1/+1
* | | | Merge branch 'stable/2.0'David Lamparter2017-04-044-3/+10
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Rename: FreeRangeRouting FRRoutingLou Berger2017-03-302-2/+2
| * | *: track version & "defaults" in configsDavid Lamparter2017-03-282-1/+7
* | | ospfd, ospf6d: fix distance commandsQuentin Young2017-04-031-49/+23
* | | *: apply DEFUN_NOSH for node-switch CLI commandsDavid Lamparter2017-03-281-1/+1
| |/ |/|
* | *: Refactor ifindex2ifname to be VRF awareDonald Sharp2017-03-152-8/+8
* | *: Refactor if_get_by_name to be VRF awareDonald Sharp2017-03-151-2/+2
* | *: Refactor if_lookup_by_name to be VRF awareDonald Sharp2017-03-153-6/+7
* | lib, ospfd: Refactor if_lookup_by_name_lenDonald Sharp2017-03-151-1/+2
* | lib, ospfd, ripd: Convert if_lookup_address to be vrf awareDonald Sharp2017-03-151-1/+1
* | lib, ospfd, pimd: Convert to using VRF based interface creationDonald Sharp2017-03-151-1/+1
* | *: Remove non-vrf based ifindex lookupDonald Sharp2017-03-152-4/+5
* | ospfd: remove unused usage() functionDavid Lamparter2017-03-081-15/+0
* | *: fix some option descriptions and make -e workDavid Lamparter2017-03-081-1/+1
* | lib: remove remaining struct zlog * argsDavid Lamparter2017-03-081-1/+1
* | *: get rid of zlog(*, LOG_LEVEL, ...)David Lamparter2017-03-086-31/+28
* | *: add frr_run()David Lamparter2017-03-081-10/+2
* | *: add frr_config_fork()David Lamparter2017-03-081-90/+5