Gitiles
Code Review
Sign In
gerrit.opencord.org
/
quagga
/
e07068c838142a127da8821afd660f075f7c35f8
/
pimd
9099f9b
*: use an ifindex_t type, defined in lib/if.h, for ifindex values
by Paul Jakma
· 9 years ago
6d853c4
pimd: Limit pim hello log messages
by Donald Sharp
· 9 years ago
ffe7944
pimd: Fix size_t zlog_err format string warning
by Paul Jakma
· 9 years ago
283596f
Merge 'patch-tracking/4/proposed/netdef-solaris' into accepted
by Paul Jakma
· 9 years ago
a6a1176
pimd: Cleanup interface startup
by Donald Sharp
· 9 years ago
4edf1c6
pimd: Notice when we receive a packet type we can't handle yet
by Donald Sharp
· 9 years ago
dea43de
pimd: Add knowledge of different packet types
by Donald Sharp
· 9 years ago
f3734dd
pimd: Cleanup zebra debugs to be protected by debug commands
by Donald Sharp
· 9 years ago
0cee038
pimd: Do not display some default values as part of a show run
by Donald Sharp
· 9 years ago
26a18eb
quagga: Additional centos 6 -enable-werror fixes
by Donald Sharp
· 9 years ago
7125293
lib: zclient.c remove extern struct thread_master *
by Donald Sharp
· 9 years ago
fc1c114
pimd: Fix warning
by Martin Winter
· 9 years ago
cbc3f52
pimd: use IPPROTO_IP (not SOL_IP) for IP_PKTINFO
by David Lamparter
· 9 years ago
821df2c
*: make sure zebra.h is always included first
by David Lamparter
· 9 years ago
75daab1
pimd: Fix compile warning (error with Werror) on BSD
by Paul Jakma
· 9 years ago
e472b8a
pimd: Remove stdout zlog changes
by Donald Sharp
· 9 years ago
44d03fd
pimd: Fix leaked fd
by Donald Sharp
· 9 years ago
a9d4cb3
lib/zclient: Consolidate error reporting for zclient_read_header
by Donald Sharp
· 9 years ago
794c473
bgpd/pimd: fix zAPI parsing
by Nicolas Dichtel
· 9 years ago
52c0bc7
build: Remove the old PIC/PIE patch, let libtool sort it out
by Paul Jakma
· 9 years ago
22e0224
pimd: Create ability to modify hell and hold timers per interface
by Donald Sharp
· 9 years ago
d2c6da2
pimd: Change ioctl call failure from vty_out to zlog_warn
by Donald Sharp
· 9 years ago
a031c4d
pimd: Ensure new generation_id is different from previous
by Donald Sharp
· 9 years ago
73de55a
pimd: Stop DR election on every hello
by Donald Sharp
· 9 years ago
76240f1
pimd: Fix first DR Election
by Donald Sharp
· 9 years ago
6ae80e0
pimd: Add ability to set DR Priority for an interface
by Donald Sharp
· 9 years ago
030674d
pimd: add support for configuring multicast static routes
by Jafar Al-Gharaibeh
· 9 years ago
cd557c3
pim: 'show debugging' collision
by Donald Sharp
· 10 years ago
7f56743
pimd assert when no route to source from a new igmp join
by Donald Sharp
· 9 years ago
1934e78
pim_mroute.h has a different version of code than linux/mroute.h provides
by Donald Sharp
· 9 years ago
7716268
PIMD: Fix code to use srandom/random
by Donald Sharp
· 9 years ago
c99f348
*: add VRF ID in the API message header
by Feng Lu
· 10 years ago
126215c
*: call if_init()/if_terminate() from vrf_init()/vrf_terminate()
by Feng Lu
· 10 years ago
5460bae
*: fix "babeld: Remove babeld from Quagga" (336724d)
by David Lamparter
· 10 years ago
e691c3b
*: assorted warning fixes
by David Lamparter
· 10 years ago
940b199
pimd: fix out of tree build
by David Lamparter
· 10 years ago
c0bedeb
build: add --enable-werror
by David Lamparter
· 10 years ago
c7879ea
pimd: cast ioctl values when printing them
by David Lamparter
· 10 years ago
a2c7f4b
pimd: cast to sockaddr_in to sockaddr
by David Lamparter
· 10 years ago
e070452
pimd: mask unused zclient_broken()
by David Lamparter
· 10 years ago
237aac5
build: get rid of INCLUDES, use AM_CPPFLAGS
by David Lamparter
· 10 years ago
bb7feff
Revert "pimd: clear zclient-update: Reset zclient update connection to zebra daemon"
by David Lamparter
· 10 years ago
5d5af78
Revert "pim: Remove connected addresses on loss of zebra connection."
by David Lamparter
· 10 years ago
a2805de
Revert "pimd: Explicitly restart zclient update connection."
by David Lamparter
· 10 years ago
b3c6afe
Revert "pimd: Revert: Explicitly restart zclient update connection."
by David Lamparter
· 10 years ago
85385f7
pimd: Log ifindex found for an interface when zebra lib reports a new connected address.
by Everton Marques
· 10 years ago
d632689
pimd: Fix configuration file reading upon startup
by Donald Sharp
· 10 years ago
ed14fa0
pimd: Addition of Hello & Join-Prune message debug commands
by Balaji.G
· 10 years ago
21d1e26
pimd: show ip pim lan-prune-delay: Cosmetic.
by Everton Marques
· 10 years ago
24e3a9b
pimd: Report del_oif() failure within igmp_source_forward_stop().
by Everton Marques
· 10 years ago
ddc6659
pimd: sh ip multicast: Display zclient socket fail counter.
by Everton Marques
· 10 years ago
199f85a
pimd: Revert: Explicitly restart zclient update connection.
by Everton Marques
· 10 years ago
a59f21b
pimd: Update lookup zclient counter for connection failures.
by Everton Marques
· 10 years ago
8150bee
pimd: Explicitly restart zclient update connection.
by Everton Marques
· 10 years ago
e324ddc
pimd: sh ip multicast: Display zclient sockets.
by Everton Marques
· 10 years ago
6ab3e2f
pimd: Fix attempted out of bounds read when deleteing an interface.
by Savannah SR#108542
· 10 years ago
ecc1fb9
pimd: Fix igmp_source_forward_stop called when IGMP forwarding flag is not set in oif_flags.
by Savannah SR#108542
· 10 years ago
05c6dcd
pimd: Fix invalid memory read when receiving a V1 or V2 query.
by Savannah SR#108542
· 10 years ago
ea537be
pimd: Remove debuggging for zclient TCP/UNIX sockets.
by Everton Marques
· 10 years ago
96b6dfe
pim: Remove connected addresses on loss of zebra connection.
by Everton Marques
· 10 years ago
679fab4
pimd: Simplify gettime-related code.
by Everton Marques
· 10 years ago
a089db4
pimd: Fix log about PIM_USE_QUAGGA_GETTIME.
by Everton Marques
· 10 years ago
74b4fad
pimd: Remove motd tweaking.
by Everton Marques
· 10 years ago
3d62667
pimd: Remove reference to external doc.
by Everton Marques
· 10 years ago
9391126
pimd: Remove unused pim checksum in favour of quagga's version.
by Everton Marques
· 10 years ago
629e30b
pimd: Version up.
by Everton Marques
· 10 years ago
f80f8aa
pimd: Troubleshooting script.
by Everton Marques
· 10 years ago
8852dba
pimd: React as secondary address change for any address change
by Everton Marques
· 10 years ago
c1b228c
pimd: Reduce informative mandatory logging.
by Everton Marques
· 10 years ago
bb61be2
pimd: Replace assert with warning.
by Everton Marques
· 10 years ago
3edadeb
pimd: Clarifications on debug hints.
by Everton Marques
· 10 years ago
275e24d
pimd: Fix interface "no ip igmp" should not disrupt PIM. Plus docs updates.
by Everton Marques
· 10 years ago
1f29894
pimd: -z command-line switch to specify zebra socket path.
by Everton Marques
· 10 years ago
7cb0d4a
pimd: Cisco Documentation for SSM Benefits
by Everton Marques
· 10 years ago
9830ce2
pimd: Why ssm.
by Everton Marques
· 10 years ago
cf800dd
pimd: Version up.
by Everton Marques
· 10 years ago
df838e2
pimd: Better assert state transition message.
by Everton Marques
· 10 years ago
3456a80
pimd: clear zclient-update: Reset zclient update connection to zebra daemon
by Everton Marques
· 10 years ago
ee61109
pimd: Fix comment
by Everton Marques
· 10 years ago
d96f9ff
pimd: Recipe for building without vtysh.
by Everton Marques
· 10 years ago
b240297
pimd: Detection of interface primary address changes.
by Everton Marques
· 10 years ago
2a0ecf2
pimd: Withstand zclient connection restablishment.
by Everton Marques
· 10 years ago
d96ab32
pimd: Update configure recipe.
by Everton Marques
· 10 years ago
075ac8d
pimd: Prevent interfaces' addresses duplication when zebra connection is restored.
by Everton Marques
· 10 years ago
306c99e
pimd: FIXED C14 T32 Detection of interface primary address changes may fail.
by Everton Marques
· 10 years ago
f6e16b9
pimd: Document MRIB support.
by Everton Marques
· 10 years ago
e4f2a2b
pimd: Report first route's metric/distance for recursive RPF lookup.
by Everton Marques
· 10 years ago
6c1d36a
pimd: Clean-up.
by Everton Marques
· 10 years ago
6f40e6b
pimd: Fix compiler warnings.
by Everton Marques
· 10 years ago
2f1df6a
pimd: Version up to 0.164
by Everton Marques
· 10 years ago
5c55a49
pimd: Cosmetic fix for dr uptime display.
by Everton Marques
· 10 years ago
04c833a
pimd: Query mrib (SAFI_MULTICAST).
by Everton Marques
· 10 years ago
82e6c73
pimd: Reset DR uptime only on actual change
by Everton Marques
· 10 years ago
ff57d36
pimd: Fixes to build against current quagga.
by Everton Marques
· 10 years ago
8291988
pimd: Rename script with recipe for git cloning
by Everton Marques
· 10 years ago
60353ab
C19 Provision to prevent group mode clash
by Everton Marques
· 11 years ago
069a020
Fixed recipe to re-sync with Quagga repository
by Everton Marques
· 11 years ago
1f7a2b4
github repository.
by Everton Marques
· 11 years ago
d1a87ee
Fix pim join uptime display.
by Everton Marques
· 11 years ago
f24200d
C18 MFC never recovers from removal of static route to source
by Everton Marques
· 11 years ago
Next »