Gitiles
Code Review
Sign In
gerrit.opencord.org
/
quagga
/
89b6d1f8e2759cc38bc768067abe3a296d93f454
/
ospfd
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
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
e95537f
[ospfd] Finish explanatory comment started in previous commit..
by Paul Jakma
· 17 years ago
7591d8b
[ospfd] Fix bad SPF calculation on some topologies - incorrect sorting
by Paul Jakma
· 17 years ago
fc787e8
Fix last commit - add back in closing paren which was apparently
by Greg Troxel
· 17 years ago
5b02255
[ospfd] Bug #331, NSSA ASBR regression - failure to set E-bit in NSSA areas
by Paul Jakma
· 17 years ago
5dcf71d
[ospfd] Fix address qualified 'ip ospf auth' commands
by Paul Jakma
· 18 years ago
6f0e3f6
[autoconf] bugs 162,303,178: Fix 'present but can not be compiled' warnings
by Paul Jakma
· 18 years ago
08d3d5b
[ospfd] Bug #330 regression: Fix ospf_spf_add_parent assert
by Paul Jakma
· 18 years ago
f0ec832
[ospfd] network command now behaves more logically when a peer prefix is defined
by Andrew J. Schorr
· 18 years ago
e8a56f0
[ospfd] Fix bug in 'passive-interface default' behavior
by Andrew J. Schorr
· 18 years ago
85ef784
[ospfd] Bug #330 regression: failure to calculate routes through networks
by Paul Jakma
· 18 years ago
b75ae99
[ospfd] Instrument ospf_spf with more debug log messages
by Paul Jakma
· 18 years ago
ad81f8c
[ospfd] Return SNMP standard neighbor state values, not quagga internal ones
by Andrew J. Schorr
· 18 years ago
56b3ea0
[ospfd] Fix two debug messages that used inet_ntoa more than once
by Andrew J. Schorr
· 18 years ago
4056a54
[ospfd] Fix bug: should exit immediately on SIGTERM if OSPF not actually running
by Andrew J. Schorr
· 18 years ago
bd34fb3
[ospfd] Fix regression in SPF introduced by bug#330 fixes
by Paul Jakma
· 18 years ago
bc20c1a
[ospfd] Bug #330: SPF must consider that nexthop-calc may fail
by Paul Jakma
· 18 years ago
e452963
[PtP over ethernet] New peer flag allows much more addressing flexibility
by Andrew J. Schorr
· 18 years ago
ed589c1
[ospfd] Consider all connected addresses when creating ospf interfaces
by Andrew J. Schorr
· 18 years ago
7f643eb
[ospfd] Add debug messages for a few zebra messages that had been overlooked
by Andrew J. Schorr
· 18 years ago
4354088
[ospfd] Fix bug in passive-interface default commands.
by Andrew J. Schorr
· 18 years ago
8fb8a50
[ospfd] Stop losing subsequent default-information originate 'always' info
by Andrew J. Schorr
· 18 years ago
7ffa8fa
[ospfd] Add passive-interface default support
by Paul Jakma
· 18 years ago
Next »