index
:
tteras/quagga
master
nhrp
tteras
tteras' quagga tree
gitolite
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ospfd
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge 'patch-tracking/4/proposed/netdef-solaris' into accepted
Paul Jakma
2015-10-28
3
-3
/
+4
|
\
|
*
*: fix in_addr initialisers
David Lamparter
2015-10-16
1
-1
/
+1
|
*
build: make libraries self-reliant
David Lamparter
2015-10-16
1
-0
/
+1
|
*
ospfd: fix unused warning in ospf_write
David Lamparter
2015-10-16
1
-2
/
+2
*
|
ospfd: PointToPoint neighbors are identified by router ID
Joakim Tjernlund
2015-10-27
1
-8
/
+11
*
|
Revert "Fix to take care of ordering between interface and router ospf command."
Paul Jakma
2015-10-27
1
-9
/
+0
*
|
ospfd: Extend 'ip ospf area' to take address argument + rationalise ospf enable
Paul Jakma
2015-10-27
4
-169
/
+235
*
|
ospfd: Impl. per interface 'ip ospf area' command
Joakim Tjernlund
2015-10-27
3
-9
/
+187
*
|
ospfd: split up network interface enable a bit, for per-interface area cmd
Joakim Tjernlund
2015-10-27
1
-55
/
+71
*
|
lib: zclient.c remove extern struct thread_master *
Donald Sharp
2015-10-27
3
-4
/
+4
|
/
*
build/arm: Arm compilation warning fix
Donald Sharp
2015-09-24
2
-2
/
+3
*
ospfd: trap on state change seems to send incorrect value for ospfNbrState
Fernando Soto
2015-09-24
1
-17
/
+27
*
ospfd: Fix for 'no' + 'debug command' does not disable 'debug command'
Vystoropskyi, Sergii
2015-09-24
1
-1
/
+1
*
ospfd: Fast OSPF convergence
Michael Rossberg
2015-09-24
9
-23
/
+132
*
ospfd: Fix bug in 94266fa822ba, nbr_self rebuild didn't add valid nbr_self
Paul Jakma
2015-09-24
4
-5
/
+12
*
Revert "ospfd: Use route_node_lookup() instaed of route_node_get()"
Paul Jakma
2015-09-24
2
-6
/
+2
*
ospfd: Use route_node_lookup() instaed of route_node_get()
Joakim Tjernlund
2015-08-04
2
-2
/
+6
*
ospfd: ospf_nbr_nbma_set()/ospf_snmp_vl_add() add unlock
Joakim Tjernlund
2015-07-29
2
-0
/
+5
*
ospfd: ospf_ls_upd_send() add missing unlock.
Joakim Tjernlund
2015-07-29
1
-0
/
+2
*
ospfd: ospf_ase.c, external_lsa locking fixes.
Joakim Tjernlund
2015-07-29
1
-4
/
+6
*
ospfd: Move route_unlock_node() in ospf_ase_incremental_update()
Joakim Tjernlund
2015-07-29
1
-1
/
+1
*
ospfd: add missing unlock for ospf_interface_address_delete()
Joakim Tjernlund
2015-07-29
1
-0
/
+1
*
ospfd: Self nbrs needs to be rebuilt when router ID changes.
Joakim Tjernlund
2015-07-29
1
-2
/
+9
*
*: add VRF ID in the API message header
Feng Lu
2015-06-03
2
-27
/
+41
*
*: call if_init()/if_terminate() from vrf_init()/vrf_terminate()
Feng Lu
2015-06-02
2
-1
/
+2
*
ospfd: Remove another odd flooding hack in opaque LSA code
Paul Jakma
2015-05-14
3
-125
/
+0
*
lib: hide internal prefix list structures
David Lamparter
2015-05-05
1
-2
/
+2
*
ospfd: Remove the blocking of opaque LSAs origination & flooding 'optimisation'
Paul Jakma
2015-05-05
6
-245
/
+6
*
ospfd: Make ospf_passive_interface_update calls friendly to static analysis
Paul Jakma
2015-05-05
1
-7
/
+19
*
build: add --enable-werror
David Lamparter
2015-04-21
1
-0
/
+1
*
snmp: fix warnings
David Lamparter
2015-04-21
1
-6
/
+6
*
*: add/cleanup initialisers
David Lamparter
2015-04-21
1
-1
/
+1
*
*: use void * for printing pointers
David Lamparter
2015-04-21
7
-35
/
+43
*
*: use long long to print time_t
David Lamparter
2015-04-19
2
-6
/
+6
*
build: get rid of INCLUDES, use AM_CPPFLAGS
David Lamparter
2015-02-14
1
-1
/
+1
*
ospfd: set O-bit in the option of all DD packets
Lu Feng
2015-02-06
1
-16
/
+1
*
ospfd: Fix initial Opaque LSA DB synchronisation
Olivier Dugeon
2015-01-27
1
-7
/
+13
*
Fix to take care of ordering between interface and router ospf command.
Vipin Kumar
2014-11-11
1
-0
/
+9
*
OSPFd: Update timestamps when we MaxAge LSAs.
Dinesh G Dutt
2014-11-11
1
-0
/
+10
*
ospfd: Tweak previous iface RR write patch to avoid free/malloc & redundant log
Paul Jakma
2014-11-11
1
-10
/
+2
*
Avoid timing out of adjacencies by serving all interfaces in round-robin.
Dinesh G Dutt
2014-11-11
1
-3
/
+15
*
ospfd: Some small tweaks to the SPF execution reason patch
Paul Jakma
2014-11-11
7
-70
/
+64
*
Compute and display SPF execution statistics
Dinesh G Dutt
2014-11-11
9
-26
/
+159
*
ospfd: Don't leave stale RouterLSA's when changing areaID
Joakim Tjernlund
2014-10-27
1
-1
/
+4
*
ospfd: invalid MD5 auth_key?
Joakim Tjernlund
2014-10-27
1
-2
/
+2
*
Fix most compiler warnings in default GCC build.
Paul Jakma
2014-09-23
2
-5
/
+4
*
*: nuke ^L (page feed)
David Lamparter
2014-06-04
17
-104
/
+104
*
ospfd: add debug messages for router lsa-generation
Christian Franke
2014-05-14
1
-0
/
+9
*
ospfd: For an ABR, ensure the right LSID is MaxAge'd
Pradosh Mohapatra
2014-05-14
1
-4
/
+12
*
ospfd: clarify indentation and comments in ospf_lsa_maxage_delete
Christian Franke
2014-05-14
1
-2
/
+2
[next]