mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-15 15:17:15 +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
|
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
|
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
|
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.
|
the command obviously turns this watching off.
|
||||||
|
|
||||||
.. index:: sharp data nexthop
|
.. index:: sharp data nexthop
|
||||||
|
@ -131,8 +131,8 @@ DEFPY(sharp_nht_data_dump,
|
|||||||
sharp_nht_data_dump_cmd,
|
sharp_nht_data_dump_cmd,
|
||||||
"sharp data nexthop",
|
"sharp data nexthop",
|
||||||
"Sharp routing Protocol\n"
|
"Sharp routing Protocol\n"
|
||||||
"Nexthop information\n"
|
"Data about what is going on\n"
|
||||||
"Data Dump\n")
|
"Nexthop information\n")
|
||||||
{
|
{
|
||||||
sharp_nh_tracker_dump(vty);
|
sharp_nh_tracker_dump(vty);
|
||||||
|
|
||||||
|
@ -1078,7 +1078,8 @@ static void zread_rnh_register(ZAPI_HANDLER_ARGS)
|
|||||||
|
|
||||||
s = msg;
|
s = msg;
|
||||||
|
|
||||||
client->nh_reg_time = monotime(NULL);
|
if (!client->nh_reg_time)
|
||||||
|
client->nh_reg_time = monotime(NULL);
|
||||||
|
|
||||||
while (l < hdr->length) {
|
while (l < hdr->length) {
|
||||||
STREAM_GETC(s, flags);
|
STREAM_GETC(s, flags);
|
||||||
|
Loading…
Reference in New Issue
Block a user