index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pimd
/
pim_ssmpingd.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-08-14
ripd: Convert zlog_err to zlog_ferr for LIB_ERR_XXX
Donald Sharp
2
-9
/
+17
2018-08-14
ospf6d: Update OSPFv3 to use new zlog_ferr
Donald Sharp
5
-13
/
+24
2018-08-14
lib: Cleanup some missed LIB_ERR_SYSTEM_CALL
Donald Sharp
1
-4
/
+6
2018-08-14
lib: Add LIB_ERR_ZMQ
Donald Sharp
3
-2
/
+12
2018-08-14
lib: Add LIB_ERR_DEVELOPMENT
Donald Sharp
7
-13
/
+27
2018-08-14
lib: Add LIB_ERR_NS to error subsystem
Donald Sharp
3
-6
/
+17
2018-08-14
lib, zebra: Add LIB_ERR_INTERFACE
Donald Sharp
7
-19
/
+37
2018-08-14
bgpd, lib, zebra: Convert LIB_ERR_PRIVILEGES
Donald Sharp
18
-114
/
+151
2018-08-14
lib: Add LIB_ERR_SNMP
Donald Sharp
3
-4
/
+16
2018-08-14
lib: Add LIB_ERR_VTY
Donald Sharp
3
-6
/
+17
2018-08-14
lib: Add LIB_ERR_SYSTEM_CALL and convert VRF_SOCKET to SOCKET
Donald Sharp
11
-67
/
+98
2018-08-14
lib: When logging commands do not use zlog_err
Donald Sharp
1
-1
/
+1
2018-08-14
lib: Convert to zlog_ferr for zclient.c
Donald Sharp
3
-44
/
+78
2018-08-14
lib, bgpd: Add code to make lib auto create the ferr infrastructure
Donald Sharp
6
-20
/
+131
2018-08-14
lib: Allow adding arrays of ferr's
Donald Sharp
2
-1
/
+7
2018-08-14
lib: add error reference system
Quentin Young
4
-0
/
+151
2018-08-14
doc: Add missing flowspec.rst to distribution tar file
Martin Winter
1
-1
/
+1
2018-08-13
lib, vtysh: fix inconsistent interface commands in vtysh
Renato Westphal
6
-38
/
+20
2018-08-13
lib, vtysh: fix inconsistent VRF commands in vtysh
Renato Westphal
3
-14
/
+22
2018-08-13
zebra: fix "no pseudowire IFNAME" on vtysh
Renato Westphal
1
-10
/
+35
2018-08-13
ldpd: use DEFPY_NOSH whenever possible
Renato Westphal
1
-39
/
+15
2018-08-13
lib: implement DEFPY_NOSH
Renato Westphal
2
-0
/
+7
2018-08-13
babeld: avoid reading the configuration file twice
Renato Westphal
1
-3
/
+0
2018-08-13
lib: add listnode_add_head()
Renato Westphal
2
-0
/
+33
2018-08-13
snapcraft: Add new staticd to snap package
Martin Winter
4
-0
/
+30
2018-08-13
vtysh: Fix missing tailing / in --config_dir option parsing
Martin Winter
1
-1
/
+1
2018-08-13
zebra: remove unguarded debugging leftovers
Renato Westphal
1
-2
/
+0
2018-08-13
ospf6d: revert fix for Coverity 1221459
F. Aragon
1
-1
/
+0
2018-08-13
staticd: null check (Coverity 1472311)
F. Aragon
1
-1
/
+1
2018-08-13
bgpd: return value check (Coverity 1472310)
F. Aragon
1
-1
/
+1
2018-08-12
peer_delete did not trigger ZEBRA_NEXTHOP_UNREGISTER to ZEBRA
vishaldhingra
1
-1
/
+1
2018-08-12
doc: Add missing flowspec.rst to distribution tar file
Martin Winter
1
-0
/
+1
2018-08-11
babeld: Use enum instead of #defines for kernel route type information
Donald Sharp
2
-15
/
+14
2018-08-11
tests: Cleanup assumption that ALLOC could fail.
Donald Sharp
2
-23
/
+5
2018-08-11
lib: Remove memory check test
Donald Sharp
1
-7
/
+0
2018-08-11
ripd: re-add check for rip_create fail
Quentin Young
1
-1
/
+8
2018-08-11
*: ALLOC calls cannot fail
Donald Sharp
41
-302
/
+84
2018-08-10
tools/checkpatch: fix some bogus macro warnings
David Lamparter
1
-2
/
+6
2018-08-10
tools: correct frr-reload.py handling of bgp vni/exit-vni config
Don Slice
1
-6
/
+23
2018-08-09
doc: add "show memory" user documentation
David Lamparter
1
-0
/
+61
2018-08-09
staticd: Fix null pointer access (coverity 1472311)
Emanuele Di Pascale
1
-1
/
+1
2018-08-09
bgpd: Fix bgp rpki to match route-map update from PR #2697
Martin Winter
1
-4
/
+4
2018-08-08
bgpd/ospf(6)d/pimd: hide BFD commands with timers
Rafael Zalamena
4
-6
/
+44
2018-08-08
bfdd: fix IPv6 peers using link-local address
Rafael Zalamena
2
-10
/
+18
2018-08-08
bfdd: clean-up bfd clients data on shutdown
Rafael Zalamena
2
-4
/
+35
2018-08-08
bfdd: improve logging messages
Rafael Zalamena
5
-182
/
+225
2018-08-08
bfdd: clean up header inclusion
Rafael Zalamena
5
-50
/
+1
2018-08-08
bfdd: code refactory for simplification
Rafael Zalamena
1
-103
/
+26
2018-08-08
bfdd: free zebra clients data on unregistration
Rafael Zalamena
1
-0
/
+48
2018-08-08
bfdd: send replay request on zebra connection
Rafael Zalamena
2
-7
/
+48
[next]