Gitiles
Code Review
Sign In
gerrit.opencord.org
/
quagga
/
b366b518401e0b0652cd70d297d3fb67b4803db0
/
zebra
24c84db
zebra: Change the mechanism for comparing route ID's.
by Ken Williams
· 11 years ago
cd40b32
lib/command.c: rewrite command matching/parsing
by Christian Franke
· 11 years ago
2b00515
bgpd, ospfd, zebra: fix some DEFUN definitions
by Christian Franke
· 11 years ago
f7bf415
zebra: apply syntactic sugar to rib_dump()
by David Lamparter
· 11 years ago
db19c85
zebra: set metric for directly connected routes via netlink to 0
by Brett Ciphery
· 11 years ago
1db65fa
ospf6d: solve segfaults with ospf6d on FreeBSD
by Ingo Flaschberger
· 14 years ago
a11e012
security: Fix some typos and potential NULL-deref
by Remi Gacogne
· 11 years ago
b52aef1
zebra: log routes w/o gateway in rib_delete_ipv4
by Christian Franke
· 11 years ago
23f5f7c
zebra: match gateway when deleting NEXTHOP_IPV4_IFINDEX routes
by Christian Franke
· 11 years ago
fed643f
zebra: make rib_dump() compatible with IPv6 RIB
by Vincent Bernat
· 12 years ago
f3a1732
zebra: apply route-maps for interface routes
by Christian Franke
· 11 years ago
c3e6b59
zebra: fix recursive-routes via ifindex routes
by Christian Franke
· 11 years ago
e8d3d29
zebra: implement NEXTHOP_FLAG_ONLINK
by Christian Franke
· 11 years ago
48a53dc
zebra: handle blackholes encountered in recursive resolution
by Christian Franke
· 11 years ago
fa713d9
zebra: rework recursive route resolution
by Christian Franke
· 11 years ago
bfac8dc
zebra: improve interface shutdown behaviour
by Christian Franke
· 12 years ago
02b4805
zebra: don't change connected state from zebra/interface.c
by Christian Franke
· 12 years ago
f7f740f
zebra: add ZEBRA_IFC_QUEUED to keep track of kernel state
by Christian Franke
· 12 years ago
c7df92d
zebra: warn if advertising connected with _REAL unset
by Christian Franke
· 12 years ago
d7f5dad
zebra: consolidate connected_implicit_withdraw
by Christian Franke
· 12 years ago
676e1a0
zebra: clear ZEBRA_IFC_CONFIGURED on "no ipv6 addr"
by Christian Franke
· 12 years ago
9db047f
zebra: make if_subnet_delete a bit more strict
by Christian Franke
· 12 years ago
599da95
zebra: process information about new addresses (BZ#486)
by Christian Franke
· 12 years ago
a12afd5
bgpd, zebra: support NEXTHOP_IPV4_IFINDEX in bgp import check
by Christian Franke
· 12 years ago
bb97e46
bgpd, zebra: Support NEXTHOP_IPV4_IFINDEX in nexthop_lookup api
by Christian Franke
· 12 years ago
5b9f518
zebra: improve display of NEXTHOP_IPV4_IFINDEX in show ip route
by Christian Franke
· 12 years ago
a520708
zebra: don't printf to stdout on ZEBRA_IPV6_NEXTHOP_LOOKUP
by Christian Franke
· 12 years ago
f1ef81b
zebra: use SO_RCVBUFFORCE for netlink socket
by Ulrich Weber
· 12 years ago
b2baffe
build: fix "pragma weak" mixups
by David Lamparter
· 12 years ago
ca3ccd8
zebra: fix sockaddr_dl length assumptions (BZ#737)
by David Lamparter
· 12 years ago
9499bf2
zebra: don't overrun afi/safi array boundaries
by Leonid Rosenboim
· 12 years ago
913ff66
zebra: fix netlink NL_PKT_BUF_SIZE
by 高鹏
· 12 years ago
327c4cd
testzebra: pragma weak: detect systems with weak alias and provide alternative
by Doug VanLeuven
· 12 years ago
4209a88
build: fix dist tarball
by David Lamparter
· 12 years ago
324ed1f
zebra: include intf when sending IPv4 nexthop to FPM
by Avneesh Sachdev
· 12 years ago
5adc252
zebra: add module to communicate routes to FPM
by Avneesh Sachdev
· 12 years ago
78deec4
zebra: extern/extract some functions from rt_netlink.c
by Avneesh Sachdev
· 12 years ago
0915bb0
zebra: add iterator for walking all tables in RIB
by Avneesh Sachdev
· 12 years ago
1b5ed1b
zebra: add way to determine VRF/AFI/SAFI of table
by Avneesh Sachdev
· 12 years ago
9fd92e3
zebra: add structure to hold per-prefix state in RIB
by Avneesh Sachdev
· 12 years ago
9234b38
build: check actually-used BSD link state fields
by Doug VanLeuven
· 12 years ago
a05df8f
zebra: kernel_socket: fix overflow in RTA_ADDR & RTA_ATTR
by Doug VanLeuven
· 12 years ago
3b33de6
zebra: kernel_socket: fix 64bit MacOS X alignment
by Doug VanLeuven
· 12 years ago
d1d3ac9
build: reorder libraries to address linker error
by Avneesh Sachdev
· 12 years ago
837d16c
*: use array_size() helper macro
by Balaji.G
· 12 years ago
b0145dd
zebra: make static routes respect table setting
by Nolan Leake
· 12 years ago
c963c20
zebra: Add support for ZEBRA_NEXTHOP_IPV4_IFINDEX
by Joakim Tjernlund
· 12 years ago
7f062c2
zebra: lingering IP address after deletion (BZ#486)
by David Lamparter
· 15 years ago
8046ba6
snmp: let handlers accept OID from a lesser prefix
by Vincent Bernat
· 12 years ago
08d7f65
build: use net-snmp-config to configure NetSNMP
by Vincent Bernat
· 13 years ago
6b1e37f
build: only define HAVE_SNMP
by Vincent Bernat
· 13 years ago
9e7a548
build: allow configure and build in a separate directory
by Vincent Bernat
· 13 years ago
36735ed
zebra: fix up compilation without rtadv/IPv6
by Joachim Nilsson
· 13 years ago
42cb6b6
zebra: feed Connected routes into MRIB
by G.Balaji
· 13 years ago
a4c06de
zebra: no need to clear memory of the netlink buffers
by Jorge Boncompte [DTI2]
· 13 years ago
1282932
lib, zebra: extend use of sockunion2ip macro
by Jorge Boncompte [DTI2]
· 13 years ago
ddc943d
bgpd, zebra: Fix format for some metric outputs
by Jorge Boncompte [DTI2]
· 13 years ago
9665856
Revert "zebra: clean up client routes when client goes away"
by David Lamparter
· 13 years ago
3cadc0c
zebra: use larger buffer (4096) for netlink messages
by JR Rivers
· 13 years ago
14d2bba
Merge quagga mainline into the google ISIS code.
by Avneesh Sachdev
· 13 years ago
51d4ef8
zebra: include hardware addr in if up/down messages
by Josh Bailey
· 13 years ago
af56d40
zebra: clean up client routes when client goes away
by Josh Bailey
· 13 years ago
fc328ac
zebra: add more logs/asserts to rib work queue code
by Subbaiah Venkata
· 13 years ago
6902c69
zebra: tweak deletion of routes without nexthop addr
by Subbaiah Venkata
· 13 years ago
26e2ae3
zebra: read multipath routes and hw addr from netlink
by Josh Bailey
· 13 years ago
578ce37
zebra: Display uptime of Babel routes in show ip[v6] route.
by Juliusz Chroboczek
· 13 years ago
5734509
babeld: Initial import, for Babel routing protocol.
by Paul Jakma
· 13 years ago
4afa50b
zebra: justify rtadv VTY commands with arguments
by Denis Ovsienko
· 13 years ago
6eb0c5a
zebra: freshen RFC references in rtadv
by Denis Ovsienko
· 13 years ago
aca43b6
zebra: use prefix_ipv6 in rtadv_prefix
by Denis Ovsienko
· 13 years ago
6bb1273
zebra: clear host bits of ND RA prefix option
by Denis Ovsienko
· 13 years ago
d660f69
zebra: justify some IPv6 ND RA timers wrt RFC
by Denis Ovsienko
· 13 years ago
6134b87
zebra: fix output of IPv6 ND RA options
by Denis Ovsienko
· 13 years ago
6eac79a
zebra: fix recent MP-BGP commits for FreeBSD
by Denis Ovsienko
· 13 years ago
cb32fd6
zebra: Removal of the following warning messages
by G.Balaji
· 13 years ago
f768f36
zebra: IPv6 MP-BGP Routes addition and deletion
by G.Balaji
· 13 years ago
cddf391
zebra: IPv4 MP-BGP Routes addition and deletion
by G.Balaji
· 13 years ago
6ae93c0
zebra: include MTU option in RA on request (BZ#665)
by Denis Ovsienko
· 13 years ago
f63f06d
general: remove inline qualifiers and move in-header functions to objects
by Paul Jakma
· 14 years ago
fb5174a
zebra: fix IPv6 RA wrt interface removal (BZ#480)
by Denis Ovsienko
· 13 years ago
4f1735f
zebra: fix ifindex test condition (BZ#487)
by Matthias Ferdinand
· 13 years ago
2ea1ab1
zebra: ZEBRA_HELLO and mopping up routes (BZ#448)
by Vyacheslav Trushkin
· 13 years ago
9206f9e
fix set never used warnings
by Stephen Hemminger
· 13 years ago
e0ca5fd
lib: put route_types.txt to real use
by David Lamparter
· 15 years ago
ebf0863
zebra: fix redistribution of new protocols
by David Lamparter
· 15 years ago
7052f22
rib: default distance value for new protocols (v2)
by David Lamparter
· 15 years ago
a34eb36
zebra: set the interface link-layer socket address
by Tom Goff
· 15 years ago
85a2ebf
zebra: spelling
by Denis Ovsienko
· 13 years ago
05e54ee
build: delete .cvsignore files
by Denis Ovsienko
· 13 years ago
b511468
quagga: option "-z" ("--socket <path>") added
by Vyacheslav Trushkin
· 13 years ago
d7a0838
zebra: fix warnings in forward proc
by Stephen Hemminger
· 13 years ago
7dbeea9
zebra: add missing includes
by Denis Ovsienko
· 13 years ago
83d1614
zebra: fix loss of metric for Linux routes
by Dmitry Popov
· 13 years ago
8dd1a8d
zebra: trivial warning fix
by Paul Jakma
· 14 years ago
cf8a831
Zebra zserv: bogus conditional
by Stephen Hemminger
· 14 years ago
e26873f
zebra: fix infinite loop when deleting an interface
by Roman Hoog Antink
· 15 years ago
b651682
zebra: change router-id selection algo
by Stephen Hemminger
· 15 years ago
ab0f615
zebra: deal with irdp compile warnings
by Stephen Hemminger
· 15 years ago
cc2dd92
zebra: cleanup RIB meta queue code
by Stephen Hemminger
· 15 years ago
b0b709a
zebra: fix more warnings in rtadv
by Stephen Hemminger
· 15 years ago
Next »