mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-15 07:21:59 +00:00
Merge pull request #6820 from donaldsharp/random_stuff
Some ad-hoc work that is independent of actual bug fixes/feature work I am doing
This commit is contained in:
commit
240e9a57fd
@ -78,7 +78,8 @@ keyword. At present, no sharp commands will be preserved in the config.
|
||||
The nexthop or import choice chooses the type of nexthop we are asking
|
||||
zebra to watch for us. This choice affects zebra's decision on what
|
||||
matches. Connected tells zebra whether or not that we want the route
|
||||
matched against to be a static or connected route. The no form of
|
||||
matched against to be a static or connected route for the nexthop keyword,
|
||||
for the import keyword connected means exact match. The no form of
|
||||
the command obviously turns this watching off.
|
||||
|
||||
.. index:: sharp data nexthop
|
||||
|
@ -131,8 +131,8 @@ DEFPY(sharp_nht_data_dump,
|
||||
sharp_nht_data_dump_cmd,
|
||||
"sharp data nexthop",
|
||||
"Sharp routing Protocol\n"
|
||||
"Nexthop information\n"
|
||||
"Data Dump\n")
|
||||
"Data about what is going on\n"
|
||||
"Nexthop information\n")
|
||||
{
|
||||
sharp_nh_tracker_dump(vty);
|
||||
|
||||
|
@ -1078,6 +1078,7 @@ static void zread_rnh_register(ZAPI_HANDLER_ARGS)
|
||||
|
||||
s = msg;
|
||||
|
||||
if (!client->nh_reg_time)
|
||||
client->nh_reg_time = monotime(NULL);
|
||||
|
||||
while (l < hdr->length) {
|
||||
|
Loading…
Reference in New Issue
Block a user