index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
vtysh
/
vtysh.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-01-11
lib: split nb_operation into two types
Igor Ryzhov
7
-154
/
+184
2024-01-10
lib: use snmp's large fd sets for agentx
Edwin Brossette
1
-9
/
+12
2024-01-09
lib: fix oper-state memleak
Christian Hopps
2
-6
/
+8
2024-01-09
zebra: SA incorrectly believes a NULL pointer
Donald Sharp
1
-0
/
+8
2024-01-09
bgpd: data is set but never used
Donald Sharp
1
-1
/
+1
2024-01-09
ospf6d: Value set is never used
Donald Sharp
1
-1
/
+1
2024-01-09
pimd: Cleanup SA issue with value never used
Donald Sharp
1
-1
/
+1
2024-01-09
bgpd: Clean up issues found in SA with clang 14
Donald Sharp
1
-8
/
+0
2024-01-09
lib: limits.h is not needed by zebra.h
Donald Sharp
1
-1
/
+0
2024-01-09
zebra: Nothing is using errno.h
Donald Sharp
1
-1
/
+0
2024-01-09
lib: string.h was only used by vector.c make it better
Donald Sharp
2
-1
/
+1
2024-01-09
lib: stdbool.h is not being used by zebra.h
Donald Sharp
1
-1
/
+0
2024-01-09
lib: zebra.h is not using signal.h
Donald Sharp
9
-1
/
+15
2024-01-09
lib: zebra.h uses pwd.h when it should not
Donald Sharp
3
-1
/
+2
2024-01-09
*: zebra.h should not have fcntl.h
Donald Sharp
26
-1
/
+32
2024-01-09
lib: zebra.h was including compiler.h two times
Donald Sharp
1
-7
/
+0
2024-01-09
lib: remove net/route.h it is not used
Donald Sharp
6
-2
/
+9
2024-01-09
*: remove sys/stat.h from zebra.h
Donald Sharp
25
-2
/
+26
2024-01-09
lib: select.h is not being used by anyone
Donald Sharp
1
-1
/
+0
2024-01-09
bgpd: Change printing format `show debugging` for `debug bgp updates`
Donatas Abraitis
1
-2
/
+4
2024-01-09
bgpd: Drop BGP_DEBUG_PACKET_SEND_DETAIL/BGP_DEBUG_PACKET_SEND consts
Donatas Abraitis
1
-3
/
+0
2024-01-08
bgpd: Fix memory leak for default-originate with route-map
Donatas Abraitis
1
-1
/
+1
2024-01-08
tests: Add mgmtd to the official pytest.mark list
Donald Sharp
16
-21
/
+16
2024-01-07
bgpd: show_adj_route_vpn always leaked json memory
Donald Sharp
1
-6
/
+0
2024-01-07
Revert "zebra: Cleanup zrouter.stale_client_list on shutdown"
Donald Sharp
1
-1
/
+0
2024-01-07
tests: test new XPath 1.0 predicate functionality
Christian Hopps
2
-3
/
+19
2024-01-07
lib: use libyang functions if they are present
Christian Hopps
6
-136
/
+163
2024-01-07
lib: mgmtd: implement full XPath 1.0 predicate functionality
Christian Hopps
9
-22
/
+245
2024-01-07
lib: fix clang SA warnings
Christian Hopps
3
-9
/
+29
2024-01-07
bgpd: Add `debug bgp updates detail` command
Donatas Abraitis
4
-3
/
+40
2024-01-07
doc: Rename `Thread` to `Event` in events example
Donatas Abraitis
1
-1
/
+1
2024-01-07
vtysh: Rename `show thread ...` to `show event ...`
Donatas Abraitis
2
-43
/
+73
2024-01-07
tests: Rename `show thread ...` to `show event ...`
Donatas Abraitis
2
-4
/
+4
2024-01-07
tools: Rename `show thread ...` to `show event ...`
Donatas Abraitis
1
-4
/
+4
2024-01-07
doc: Rename `show thread ...` to `show event ...`
Donatas Abraitis
2
-7
/
+7
2024-01-07
lib: Use event name instead of thread
Donald Sharp
1
-4
/
+4
2024-01-07
bgpd: bgp_sync_label_manager failure case
Donald Sharp
1
-3
/
+9
2024-01-06
Revert "bgpd: On shutdown do not create a workqueue for the self peer"
Martin Winter
1
-1
/
+1
2024-01-06
build: require libyang 2.1.128
Christian Hopps
4
-10
/
+9
2024-01-05
lib: remove zebra_interface_vrf_update_read()
Louis Scalbert
2
-33
/
+0
2024-01-05
lib: fix initializer warning on centos 7.
Christian Hopps
1
-1
/
+1
2024-01-04
lib: sys/utsname.h is not needed in zebra.h
Donald Sharp
2
-1
/
+1
2024-01-04
lib: zebra.h does not need to include syslog.h
Donald Sharp
1
-1
/
+0
2024-01-04
*: sys/uio.h does not need to be in zebra.h
Donald Sharp
3
-1
/
+2
2024-01-04
lib, sharpd: Move sys/resource.h to where it is used
Donald Sharp
2
-1
/
+1
2024-01-04
*: Remove sys/ioctl.h from zebra.h
Donald Sharp
10
-1
/
+11
2024-01-04
lib, vtysh: Remove inclusion of grp.h for everyone
Donald Sharp
3
-1
/
+4
2024-01-04
lib: Remove in_systm.h it is never used
Donald Sharp
1
-1
/
+0
2024-01-04
*: Remove cost of including netinet/icmp.h everywhere
Donald Sharp
4
-2
/
+4
2024-01-04
lib: Remove inclusion of various MAXINT from zebra.h
Donald Sharp
1
-16
/
+0
[next]