Gitiles
Code Review
Sign In
gerrit.opencord.org
/
quagga
/
733cd9e5792648de50da3c00805aacb51cb27048
/
ospfd
de5ccb9
ospfd: fix packet reception for FreeBSD 10.
by Dmitrij Tejblum
· 13 years ago
223da1a
ospfd: more info in LSA checksum warning (BZ#685)
by Jaroslav Fojtik
· 13 years ago
e0ca5fd
lib: put route_types.txt to real use
by David Lamparter
· 15 years ago
05e54ee
build: delete .cvsignore files
by Denis Ovsienko
· 13 years ago
ad8d480
ospfd: spelling
by Denis Ovsienko
· 13 years ago
b511468
quagga: option "-z" ("--socket <path>") added
by Vyacheslav Trushkin
· 13 years ago
075e12f
ospfd: remove unused code
by Stephen Hemminger
· 13 years ago
fb01f87
ospfd: avoid redundant lookup in ospf_redistribute_withdraw
by Stephen Hemminger
· 13 years ago
4de148e
ospfd: improve fix to CVE-2011-3326 (BZ#586)
by Thomas Ries
· 13 years ago
3aad46b
ospfd: fix regression in recent commit
by YAMAMOTO Shigeru
· 13 years ago
52ecbbe
ospfd: remove unused macro
by Denis Ovsienko
· 13 years ago
bcc6c59
ospfd: spelling
by Denis Ovsienko
· 13 years ago
171c9a9
ospfd: use existing macro for consistency
by Denis Ovsienko
· 13 years ago
05b7709
ospfd: sizing macros cleanup
by Denis Ovsienko
· 13 years ago
69bf3a3
lib: simplify interface of setsockopt_multicast_ipv4().
by Dmitrij Tejblum
· 13 years ago
3c9cfcd
ospfd: remove useless RFC1583 check
by Alexandre Chappuis
· 13 years ago
7177504
ospfd: CVE-2011-3325 part 2 (OSPF pkt type segv)
by Denis Ovsienko
· 13 years ago
61ab030
ospfd: CVE-2011-3325 part 1 (OSPF header underrun)
by Denis Ovsienko
· 13 years ago
6b161fc
ospfd: CVE-2011-3326 (uknown LSA type segfault)
by CROSS
· 13 years ago
8ced4e8
Merge remote-tracking branch 'polymorf/master'
by Greg Troxel
· 13 years ago
072990e
ospf: Fix OSPF API and ospf-te LSA refreshers to match recent API change
by Paul Jakma
· 14 years ago
d71ea65
ospfd: Compile fix for opaque support
by Paul Jakma
· 14 years ago
4dd87df
ospfd: Remove oi field from LSA, have network_lsa_refresh look up when needed
by Paul Jakma
· 15 years ago
dfbd517
ospfd: potential fix for router-id change assert on refresh cleanup patch
by Paul Jakma
· 15 years ago
02d942c
ospfd: Fix maxage/flush to not try flood twice, remember maxages for longer
by Paul Jakma
· 15 years ago
c363d38
ospfd: Unify router and network LSA refresh logic with general refresher
by Paul Jakma
· 15 years ago
7eb5b47
ospfd: Remember network LSA sequence numbers across up/downs of an interface
by Paul Jakma
· 15 years ago
aa276fd
ospfd: Prioritise hellos for sending by queueing to head of output buffer
by Paul Jakma
· 15 years ago
57c5c65
ospfd: Reset neighbour inactivity timer for any packet arrival
by Paul Jakma
· 15 years ago
94b6bfd
ospfd: the maxage_lsa_remover should check whether it needs to yield the cpu
by Paul Jakma
· 15 years ago
e8f2226
ospfd: Fix various route_unlock discrepencies
by Paul Jakma
· 15 years ago
6634974
ospfd: fix lsa_refresh_walker unlock before use bug
by Paul Jakma
· 15 years ago
8a81ee1
ospfd: interface code should leave network_lsa_self alone
by Paul Jakma
· 15 years ago
2c9f8e3
ospfd: OSPF_MIN_LS_ARRIVAL compare should be >= to match ospf_flood
by Paul Jakma
· 15 years ago
cfd670f
ospfd: ospf_if_free can leave dangling references on ISM events - cancel them
by Paul Jakma
· 15 years ago
ec70497
ospfd: Lower level of some common messages from info to debug
by Paul Jakma
· 14 years ago
0150c9c
Fix ip_len byte order in DragonFly's raw socket
by David BÉRARD
· 15 years ago
46154fe
ospfd: Only refresh external default route once.
by Joakim Tjernlund
· 15 years ago
45acaa0
ospfd: Make sure ospf_distribute_list_update_timer() eventually runs.
by Joakim Tjernlund
· 15 years ago
274d3f0
ospfd: Make sure all external routes are updated.
by Joakim Tjernlund
· 15 years ago
2cd754d
ospfd: Fix debug messages that were masked by DISCARD_LSA
by Paul Jakma
· 15 years ago
efbbcaf
ospfd: remove unneeded memset from a very hot function
by Paul Jakma
· 15 years ago
8b6a15b
ospfd: VTY strings cleanup
by Stephen Hemminger
· 15 years ago
3408afe
ospfd: comment out unused function
by Stephen Hemminger
· 15 years ago
917e299
ospfd: make local functions static
by Stephen Hemminger
· 15 years ago
827341b
[ospfd] enable more OSPF cost command aliases
by Denis Ovsienko
· 15 years ago
27f5dc8
ospfd: Make sure priority is respected.
by Joakim Tjernlund
· 15 years ago
5d8de93
ospfd: Tighten up the connected check for redistribution
by Joakim Tjernlund
· 15 years ago
065de90
all: check return value from daemon() call
by Stephen Hemminger
· 15 years ago
3106a03
ospfd: fix performance problem with redistribute delete
by Stephen Hemminger
· 15 years ago
5996e0d
ospfd: Make sure route table is recalculated.
by Joakim Tjernlund
· 15 years ago
1163743
ospfd: Make "Packet ... received on wrong link" conditional on debug
by Paul Jakma
· 15 years ago
5372510
ospfd: neuter some compiler warnings
by Paul Jakma
· 15 years ago
4ca15d4
ospfd: update some comments
by Paul Jakma
· 15 years ago
a8ba847
ospfd: Change struct ospf_path *oi to ifindex.
by Joakim Tjernlund
· 15 years ago
bd54037
ospfd: Discriminate better when selecting links between vertices in SPF
by Joakim Tjernlund
· 15 years ago
05cf46b
ospfd: Make ospf_if_lookup_recv_if() find the right unnumbered i/f
by Joakim Tjernlund
· 15 years ago
f0f6384
ospfd: export ospf_if_table_lookup() and use it in ospf_network_run_interface()
by Joakim Tjernlund
· 15 years ago
30d2059
[global] interface flags format warnings
by Stephen Hemminger
· 15 years ago
bd24624
[ospfd] Do not use stale Network/Router LSAs
by Joakim Tjernlund
· 16 years ago
77a1c4e
[ospfd] compare ifIndex too when matching paths
by Joakim Tjernlund
· 16 years ago
3d8617b
[ospfd] external LSA route_unlock_node() fixes
by Joakim Tjernlund
· 16 years ago
f654313
[ospfd] Fix a few LSA performance "bugs"
by Joakim Tjernlund
· 16 years ago
dc26699
Merge remote branch 'origin/master'
by Paul Jakma
· 15 years ago
3fc1eca
[cleanup] Add log.h includes
by Tomasz Pala
· 15 years ago
c9035cc
[ospfd] discount IP header size from a new LSA pkt
by Dmitry Tejblum
· 15 years ago
774eb15
[ospfd] cancel OSPF timer hack in nsm_change_state
by Dmitry Tejblum
· 15 years ago
c514adc
[ospfd/BSD] add missing UINT16_MAX - picked up from FreeBSD ports patch
by Jeremy Jackson
· 16 years ago
c77cffd
[daemons/cleanup] Remove disabled log_mode argument support.
by Jeremy Jackson
· 16 years ago
7ba82f7
[OSPF/cleanup] make message lists read only
by Stephen Hemminger
· 16 years ago
965f54f
[ospfd] Fix OSPF route refcount leak
by Stephen Hemminger
· 15 years ago
7fc626d
[cleanup] Make command nodes static
by Stephen Hemminger
· 16 years ago
66e5cd8
[cleanup] functions taking no args should be declared with void args
by Stephen Hemminger
· 16 years ago
393deb9
[cleanup] Convert XMALLOC/memset to XCALLOC
by Stephen Hemminger
· 16 years ago
0be8dfb
[snmp] Compiler warning fixes for when "--enable-snmp" is configured.
by Chris Caputo
· 15 years ago
04d2331
[ospfd] fix vty ospfd no ospf abr-type standard
by Francesco Dolcini
· 15 years ago
9eff36b
Justified OSPF cost function names and added support for:
by Denis Ovsienko
· 16 years ago
6e687d7
[ospfd] Fix SEGV during startup introduced in recent commit
by Joakim Tjernlund
· 16 years ago
491eddc
[ospfd] Move passive interface check
by Joakim Tjernlund
· 16 years ago
b3bc68e
[ospfd] Minor enhancements to recent self-host-routes suppression patch
by Paul Jakma
· 16 years ago
742c64f
Merge commit 'remotes/jocke/delete_ghost_route'
by Paul Jakma
· 16 years ago
06fb282
Merge commit '53d0deceeb855493aa03c59477f8af7f6bb75140'
by Paul Jakma
· 16 years ago
a49eb30
[ospfd] Restructure opsf_if_update() and ospf_network_run()
by Joakim Tjernlund
· 16 years ago
5d7bdd0
Merge commit 'remotes/jocke/ospf_neighbour'; commit 'remotes/jocke/snmp_crosscompile'
by Paul Jakma
· 16 years ago
53d0dec
Set destination for PtP links to OSPF_ALLSPFROUTERS.
by Joakim Tjernlund
· 17 years ago
910e270
Ignore host routes to self.
by Joakim Tjernlund
· 16 years ago
fb62a3c
Make --enable-snmp cross compile and make libcrypto optional with --without-crypto
by Joakim Tjernlund
· 17 years ago
35f8914
Fix SEGV in ip ospf neighbor all
by Joakim Tjernlund
· 16 years ago
d68cbf9
[administrivia] Git should ignore backup files and .loT files
by Paul Jakma
· 18 years ago
3998bfd
[trivia] Remove ChangeLog files, as this data is now maintained in SCM
by Paul Jakma
· 16 years ago
30a2231
[warnings] Fix various SOS warnings
by Paul Jakma
· 16 years ago
1423c80
[lib] mes_lookup string lookup table argument should be marked const
by Stephen Hemminger
· 16 years ago
9fd4958
[ospfd] Default route needs to be refreshed after neighbour state change
by Daniel Ng
· 16 years ago
6a270cd
[ospfd/isisd] Switch to lib/ Fletcher checksum, fixing bug in isisd
by Jingjing Duan
· 16 years ago
3c5a0a4
[administrivia] Add .gitignore files, based on .cvsignores.
by Paul Jakma
· 19 years ago
0d6b2ee
[daemons] Sanity check port number arguments before use
by Paul Jakma
· 17 years ago
dea0444
[c++] remove/rename some names in headers that clash with C++ reserved words
by Paul Jakma
· 17 years ago
fb31c0f
+ fix missing arg to zlog_warn()
by Denis Ovsienko
· 17 years ago
f102e75
+ fix minor regression in OSPF sending buffer adjustment logic
by Denis Ovsienko
· 17 years ago
b7fe414
Bug #362 is fixed now.
by Denis Ovsienko
· 17 years ago
Next »