index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pimd
/
pim6_main.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-03-04
zebra: Delay the usage of one variable until need
anlan_cs
1
-1
/
+1
2022-03-04
bgpd: Fix while(read()) for RPKI sync callback
Donatas Abraitis
1
-1
/
+1
2022-03-04
lib: Route-map failed for OSPF routes even for matching prefixes
Mobashshera Rasool
1
-6
/
+5
2022-03-03
bgpd: fix 'show bgp detail json' output
Rafael Zalamena
1
-1
/
+1
2022-03-02
lib: Fix zclient.c `enum event` to `enum zclient_event`
Donald Sharp
1
-3
/
+3
2022-03-02
ospfd: Convert `enum event` to `enum ospf_apiserver_event`
Donald Sharp
2
-5
/
+5
2022-03-02
lib: Rename `enum event` to `enum vty_event`
Donald Sharp
1
-5
/
+5
2022-03-02
pimd: fix stray comment referencing INADDR_NONE
David Lamparter
1
-1
/
+1
2022-03-01
pimd: replace inaddr_none with PIMADDR_ANY
sarita patra
6
-46
/
+26
2022-03-01
vtysh: fix coverity issues in live-log code
David Lamparter
1
-4
/
+6
2022-03-01
lib: Fix FreeBSD clock_gettime(CLOCK_THREAD_CPUTIME_ID,..) going backwards
Donald Sharp
1
-0
/
+21
2022-03-01
pim6d: Handling pim_rpf for IPV6
sarita patra
2
-16
/
+26
2022-03-01
pim6d: Handling last_lookup in pim_nexthop for IPV6
sarita patra
2
-3
/
+2
2022-03-01
snapcraft: Add missing libelf-dev build package
Martin Winter
1
-0
/
+1
2022-02-28
pimd: Handle pim join/prune recv flow for ipv6
Mobashshera Rasool
2
-34
/
+16
2022-02-28
zebra: Use the routes vrf not the vrf of the nexthop for route-map application
Donald Sharp
1
-1
/
+1
2022-02-28
pim6d: pim_nht changes for pimv6
sarita patra
2
-136
/
+99
2022-02-28
doc: fix typo in zebra doc
Mark Stapp
1
-1
/
+1
2022-02-28
doc: Update documentation to indicate *BSD struggles
Donald Sharp
1
-0
/
+3
2022-02-28
zebra: Get zebra graceful restart working when restarting on *BSD
Donald Sharp
1
-7
/
+12
2022-02-28
zebra: Prevent crash if ZEBRA_ROUTE_ALL is used for a route type
Donald Sharp
1
-3
/
+3
2022-02-28
staticd: Fix `make check` failures
Donald Sharp
2
-1
/
+1
2022-02-28
pim6d: Handling IPV6 in pim_upstream
sarita patra
3
-19
/
+17
2022-02-28
vtysh: show live log messages
David Lamparter
5
-26
/
+359
2022-02-28
vtysh: use poll/callback-driven readline interface
David Lamparter
2
-18
/
+45
2022-02-28
vtysh: receive file descriptors from daemons
David Lamparter
1
-4
/
+55
2022-02-28
python: improve clippy/clidef macro processing
David Lamparter
1
-15
/
+47
2022-02-28
lib: implement `terminal monitor` for vtysh
David Lamparter
5
-33
/
+349
2022-02-28
lib: allow returning a file descriptor over vtysh
David Lamparter
2
-2
/
+113
2022-02-28
lib: add accessor for raw timestamp in zlog
David Lamparter
2
-0
/
+8
2022-02-28
zebra: Limit speed lookup to at most 4 minutes
Donald Sharp
2
-4
/
+23
2022-02-28
tools: Add `show thread timers` to support bundle generation
Donald Sharp
1
-0
/
+1
2022-02-28
doc: Add `show thread timers` doc commands
Donald Sharp
1
-0
/
+5
2022-02-28
lib, vtysh: Add `show thread timers` command
Donald Sharp
2
-0
/
+48
2022-02-28
staticd: Don't register existing nexthop to zebra
Xiao Liang
1
-6
/
+11
2022-02-28
pim6d: Add ipv6 pim register-suppress-time CLI
Mobashshera Rasool
4
-20
/
+57
2022-02-28
pim6d: Adding ipv6 pim rp keep-alive-timer
Mobashshera Rasool
4
-52
/
+91
2022-02-28
pim6d: Adding ipv6 pim keep-alive-timer
Mobashshera Rasool
4
-31
/
+68
2022-02-28
pim6d: Adding ipv6 pim packet CLI
Mobashshera Rasool
4
-19
/
+56
2022-02-28
pim6d: Adding ipv6 pim spt-switchover CLI
Mobashshera Rasool
4
-105
/
+155
2022-02-28
pim6d: Implementing join-prune interval CLI
Mobashshera Rasool
4
-20
/
+59
2022-02-28
pim6d: Add FRR_PIM_AF_XPATH_VAL for v4 and v6
Mobashshera Rasool
1
-0
/
+2
2022-02-28
pimd: Moving pim_cli_get_vrf_name function to common file
Mobashshera Rasool
3
-25
/
+26
2022-02-28
pimd: Adding pim_cmd_common.h and .c
Mobashshera Rasool
5
-0
/
+66
2022-02-28
pimd: Change the show running commands based on address family
Mobashshera Rasool
1
-10
/
+10
2022-02-28
pimd: Removing unnecessary #if
Mobashshera Rasool
1
-12
/
+0
2022-02-28
pim6d: Adding show running for ipv6 mld commands
Sai Gomathi N
5
-20
/
+19
2022-02-28
pimd: Moving igmp "show running-config" to a function
Mobashshera Rasool
1
-32
/
+42
2022-02-28
pim6d: Adding PIM_AF_NAME "ip" / "ipv6" for "show running-config"
Mobashshera Rasool
1
-0
/
+2
2022-02-28
pimd: Moving ipv4 running-configs to a separate function
Sai Gomathi N
2
-139
/
+125
[next]