Gitiles
Code Review
Sign In
gerrit.opencord.org
/
quagga
/
ab0f61552622084a13ede59adefc4c54b5513d7b
ab0f615
zebra: deal with irdp compile warnings
by Stephen Hemminger
· 15 years ago
9e4ca89
bgpd: compile warnings cleanup
by Stephen Hemminger
· 15 years ago
cc2dd92
zebra: cleanup RIB meta queue code
by Stephen Hemminger
· 15 years ago
1352ef3
lib: move check_bit into prefix common code
by Stephen Hemminger
· 15 years ago
3949a60
lib: fix warning on little endian
by Stephen Hemminger
· 15 years ago
b0b709a
zebra: fix more warnings in rtadv
by Stephen Hemminger
· 15 years ago
0342b76
Merge branch 'master' of ssh://code.quagga.net/var/lib/git/quagga
by Denis Ovsienko
· 15 years ago
d02c56c
zebra: fix more compiler warnings
by Stephen Hemminger
· 15 years ago
ffac19c
zebra: remove unused function to fix warning
by Stephen Hemminger
· 15 years ago
38cc00c
lib: make match functions take const args
by Stephen Hemminger
· 15 years ago
0d6388a
lib: remove unused function: route_dump_node()
by Denis Ovsienko
· 15 years ago
78e6cd9
lib: log source of vty connections (bug #566)
by heasley
· 15 years ago
64bf3ab
ospf6d: review LSA sequence number comparison
by Ondrej Zajicek
· 15 years ago
2eb445e
bgpd: work around warning in assegments_parse()
by Denis Ovsienko
· 15 years ago
e6f148e
zebra: handle RTF_CLONING removal from FreeBSD 8.0
by David Ward
· 15 years ago
4a4bba0
isisd: fix --enable-isis-topology for 64-bit Linux
by David Ward
· 15 years ago
a0f63a4
zebra: fix argument reference in strncpy() call for BSD
by heasley
· 15 years ago
362573e
isisd: fix BPF ioctl() calls, treat "true" and "false" as reserved
by David Ward
· 15 years ago
cdb9950
configure: fix spelling
by David Ward
· 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
a50c107
zebra: fix RIB debug message for IPv6
by David Ward
· 15 years ago
80b2a94
zebra: make declaration const in rtm_flag_dump()
by Tom Goff
· 15 years ago
16c1c48
ospf6d: fix LSA locking in ospf6_new_ls_id()
by Tom Goff
· 15 years ago
9964fcf
configure: fix HAVE_CLOCK_MONOTONIC spelling
by Dmitry Tejblum
· 15 years ago
827341b
[ospfd] enable more OSPF cost command aliases
by Denis Ovsienko
· 15 years ago
50adf78
zebra: Fix router advertisements for non-Ethernet link layer addresses
by David Ward
· 15 years ago
3849ce4
release: 0.99.15
by Paul Jakma
· 15 years ago
aabbb1a
ospf6d: bug #529, fix endianness problem in earlier commit
by Tom Henderson
· 15 years ago
d1c21ca
bgpd: fix md5 set on listen sockets
by Stephen Hemminger
· 15 years ago
c4cf095
lib/trivial: str2prefix checks return of inet_pton in fragile way
by Paul Jakma
· 15 years ago
fab7f89
zebra: Add an example config file for testzebra
by Paul Jakma
· 15 years ago
302d53f
zebra: test_main.c should be a bit more helpful about its usage
by Paul Jakma
· 15 years ago
3e4ee95
lib: if_lookup_by_name should be more robust to null argument
by Paul Jakma
· 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
5bd5881
bgp: missing pieces from listener patch
by Stephen Hemminger
· 15 years ago
62bed38
bgp: compiler warning fix
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
9d87877
bgpd: Fix mistakes in applying 'allow inbound connections to non-default view'
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
4a5f432
[bgpd] delete erroneous extra brace..
by Paul Jakma
· 15 years ago
66bed4f
bgpd: Workaround for invalid MBGP next hop
by Michael Lambert
· 15 years ago
3de4277
[doc] Update HACKING
by Paul Jakma
· 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
2158ad2
bgpd/trivial: Fix indentation in previous
by Paul Jakma
· 15 years ago
fc4dc59
bgpd: Allow inbound connections to non-default view
by Steve Hill
· 15 years ago
3117b5c
bgpd: fd leak in bgpd
by Steve Hill
· 15 years ago
cb9e0ce
[zebra] Fix crash in test_zebra
by Paul Jakma
· 17 years ago
9afabaf
Merge remote branch 'origin/master'
by Paul Jakma
· 15 years ago
736d440
bgpd: Delete AS_CONFED_SEQUENCE when prepending an AS_SEQUENCE type segment
by Vasilis Tsiligiannis
· 15 years ago
ca87e1d
bgpd: Implement BGP confederation error handling (RFC5065, Par. 5)
by Vasilis Tsiligiannis
· 15 years ago
30d2059
[global] interface flags format warnings
by Stephen Hemminger
· 15 years ago
d023aec
bgpd: start listener on first instance
by Stephen Hemminger
· 15 years ago
0362195
bgpd: peer action table static/const
by Stephen Hemminger
· 15 years ago
78b31d5
ripd: set IP TOS for control socket
by Stephen Hemminger
· 15 years ago
9a1a331
[bgpd] Restore ability of 'neighbor ... update-source' to take interface name
by Paul Jakma
· 15 years ago
97be79f
[zebra] do not touch socket before pidfile locking
by Denis Ovsienko
· 15 years ago
5b40b1b
[doc] zebra.8 via Christian Hammers (#531)
by Thijs Kinkhorst
· 15 years ago
998274c
[build] Bump release to 0.99.14
by Paul Jakma
· 15 years ago
638b70b
[bgp] Fix nexthop reachability check on confederations
by Vasilis Tsiligiannis
· 15 years ago
a294365
[bgpd] fix typo made by paul in previous commit
by Paul Jakma
· 15 years ago
e8eb000
[bgpd] Avoid zombie accepted peer entries
by Timo Teräs
· 16 years ago
e7cc3b3
[bgpd] Small buffer overrun in bgp_clear_node_queue_init
by Nick Hilliard
· 16 years ago
67b9467
[zebra] Silence noisy process_subq
by Chris Caputo
· 15 years ago
228da42
[bgpd] Stability fixes including bugs 397, 492
by Chris Caputo
· 15 years ago
54a1518
[bgpd] Fix compiler warnings related to MD5
by Chris Caputo
· 15 years ago
62c9f50
[build] fix default CFLAGS and squish warning
by Paul Jakma
· 15 years ago
fd35b94
[bgpd] Bug #533: Fix crash with copy/pasted commands, inc 'no bgp ...'
by Paul Jakma
· 15 years ago
3fa3f95
[lib] Fix IPv6 normalisation
by Stephen Hemminger
· 15 years ago
9b4ef25
[ospf6d] Fix regression in monotonic time patch - LSA max-aging broke
by Tom Henderson
· 15 years ago
41b2373
[lib/cleanup] Use a typedef for the thread type
by Paul Jakma
· 15 years ago
bd24624
[ospfd] Do not use stale Network/Router LSAs
by Joakim Tjernlund
· 16 years ago
650f76c
[bgpd] Log a debug/update warning if filters are configured but don't exist
by Paul Jakma
· 15 years ago
439c52f
Add test for Internet checksum.
by Joakim Tjernlund
· 16 years ago
77a1c4e
[ospfd] compare ifIndex too when matching paths
by Joakim Tjernlund
· 16 years ago
cbcd9bf
[doc] Add "--disable-doc" to configure
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
c3a5606
zebra: Static route does not reach kernel.
by Joakim Tjernlund
· 15 years ago
3f4ab7f
[vtysh] Save vtysh history to a file
by Tomasz Pala
· 15 years ago
80abd9f
[configure] Allow for large-file support, e.g. for log files >2GB
by Tomasz Pala
· 15 years ago
3fc1eca
[cleanup] Add log.h includes
by Tomasz Pala
· 15 years ago
2a71e9c
[bgpd] Add 'show ip bgp view WORD neighbors IP (advertised|received)-routes'
by Tomasz Pala
· 15 years ago
c9035cc
[ospfd] discount IP header size from a new LSA pkt
by Dmitry Tejblum
· 15 years ago
014b670
[bgpd] review 32-bit AS-path hotfix for 0.99.12
by Denis Ovsienko
· 15 years ago
d13c3b4
[zebra] linux policy routing support with ipv6
by Mathieu Goessens
· 15 years ago
ba803bd
Merge remote branch 'origin/master'
by Paul Jakma
· 15 years ago
3523bea
[trivia] work around ksh93 builtin name (#451)
by Jingjing Duan
· 15 years ago
50aef6f
Fix "show ip bgp dampened-paths" garbage output.
by Chris Caputo
· 15 years ago
6e79f8b
Fix vtysh based "write term" output.
by Chris Caputo
· 15 years ago
Next »