index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ripngd
/
ripngd.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-05-30
lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOP
Lakshman Krishnamoorthy
18
-398
/
+372
2019-05-30
pimd: new cli to configure last-member-query-count & last-member-query-interval
Sarita Patra
7
-10
/
+171
2019-05-29
lib: fix helpstring truncation
Quentin Young
1
-1
/
+1
2019-05-29
bgpd: use XCALLOC to allocate string buf
Quentin Young
1
-1
/
+1
2019-05-29
lib: use static storage for vty_cwd
Quentin Young
1
-9
/
+4
2019-05-29
bgpd: fix pointer bug introduced in strlcat change
Quentin Young
1
-20
/
+19
2019-05-29
bgpd: suppress dead store warning
Quentin Young
1
-0
/
+1
2019-05-29
ospfd: initialize maybe-uninitialized bool
Quentin Young
1
-1
/
+1
2019-05-29
lib, zebra: remove uses of strncpy
Quentin Young
4
-6
/
+6
2019-05-29
zebra: strcat -> strlcat
Quentin Young
3
-4
/
+5
2019-05-29
staticd: strcpy -> strlcpy
Quentin Young
1
-1
/
+1
2019-05-29
vtysh: strcpy -> strlcpy, strcat -> strlcat
Quentin Young
1
-4
/
+5
2019-05-29
pbrd: strcpy -> strlcpy
Quentin Young
1
-1
/
+1
2019-05-29
pimd: strcpy -> strlcpy
Quentin Young
4
-55
/
+57
2019-05-29
ripngd: strcat -> strlcat
Quentin Young
1
-7
/
+7
2019-05-29
lib: remove some strcpy, strcat
Quentin Young
4
-14
/
+16
2019-05-29
bgpd: remove strcpy, strcat
Quentin Young
3
-44
/
+34
2019-05-29
bgpd: fix rfapi false compiler warning
Quentin Young
1
-0
/
+3
2019-05-29
bgpd: fix false compiler warning
Quentin Young
1
-0
/
+2
2019-05-29
lib: fix false compiler warning
Quentin Young
1
-0
/
+2
2019-05-29
lib: fix uninitialized variable in backtrace output
Quentin Young
1
-0
/
+2
2019-05-29
zebra: fix maybe-uninitialized pointer
Quentin Young
1
-1
/
+1
2019-05-29
zebra: fix unused variable on OmniOS
Quentin Young
1
-1
/
+2
2019-05-29
zebra: add setters for distance, instance
Mark Stapp
2
-0
/
+24
2019-05-29
doc: clean up memleak section of topotests doc
Mark Stapp
1
-16
/
+9
2019-05-29
pimd: new cli command show ip mroute summary
Sarita Patra
2
-0
/
+99
2019-05-29
zebra: BGP always sends distance no need to double check
Donald Sharp
1
-7
/
+1
2019-05-29
bgpd: Always send down correct admin distance
Donald Sharp
1
-0
/
+3
2019-05-29
isisd: Remove unnecessary use of strcpy
Christian Franke
1
-5
/
+1
2019-05-29
isisd: Remove warning about shadowing a variable
Christian Franke
1
-1
/
+1
2019-05-29
isisd: del routes when area is unconfigured
Emanuele Di Pascale
2
-2
/
+8
2019-05-29
snapcraft: Add libdb5.3 dependency
Martin Winter
1
-0
/
+1
2019-05-29
snapcraft: Disable libyang CACHE for snap package (Temp workaround)
Martin Winter
1
-0
/
+1
2019-05-29
snapcraft: Add FabricD to Snap package
Martin Winter
6
-2
/
+40
2019-05-29
snapcraft: Update bgpd to use newer rpki lib
Martin Winter
2
-3
/
+3
2019-05-29
snapcraft: Add libyang to snap package
Martin Winter
1
-1
/
+22
2019-05-29
snapcraft: Add missing staticd.conf.default
Martin Winter
1
-0
/
+1
2019-05-29
snapcraft: Don't stage libc6
Martin Winter
1
-1
/
+0
2019-05-29
snapcraft: Update RTRLIB to 0.6.3
Martin Winter
1
-1
/
+1
2019-05-29
doc: Fix doc showing command that does not exist
Donald Sharp
1
-4
/
+0
2019-05-29
bgpd: Update an fsm debug message
Donald Sharp
1
-3
/
+9
2019-05-28
zebra: Move nexthop_active_XXX functions to zebra_nhg.c
Stephen Worley
4
-476
/
+543
2019-05-28
lib: Separate out the debug_init api
Donald Sharp
4
-1
/
+14
2019-05-28
lib: Make the debug callbacks a list of callbacks
Donald Sharp
2
-6
/
+26
2019-05-28
bgpd: fix debug to have proper nhop display
Chirag Shah
2
-7
/
+21
2019-05-28
lib: const a couple linklist apis
Quentin Young
2
-4
/
+4
2019-05-28
zebra: generate updates from notifications
Mark Stapp
4
-26
/
+261
2019-05-28
doc/developer: set SPHINXBUILD to match centos7 yum installed package
Lou Berger
1
-1
/
+2
2019-05-28
zebra: mpls lsp async notifications
Mark Stapp
5
-1
/
+138
2019-05-28
zebra: add dplane context lsp setters
Mark Stapp
2
-0
/
+66
[next]