diff options
author | Donald Sharp <sharpd@nvidia.com> | 2021-11-11 20:40:17 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@nvidia.com> | 2021-11-11 20:41:27 +0100 |
commit | b72aae2e044a1dbc5cffada5b7f3abec26f46ec7 (patch) | |
tree | b37c40fa71c04edde3874867b00f2d882d98559f /ospfd/ospf_packet.c | |
parent | *: Rename quagga_timestamp with frr_timestamp (diff) | |
download | frr-b72aae2e044a1dbc5cffada5b7f3abec26f46ec7.tar.xz frr-b72aae2e044a1dbc5cffada5b7f3abec26f46ec7.zip |
*: Cleanup some documentation from quagga->frr
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'ospfd/ospf_packet.c')
-rw-r--r-- | ospfd/ospf_packet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospf_packet.c b/ospfd/ospf_packet.c index 1ebb14f2a..ede0ad39e 100644 --- a/ospfd/ospf_packet.c +++ b/ospfd/ospf_packet.c @@ -398,7 +398,7 @@ static int ospf_make_md5_digest(struct ospf_interface *oi, /* We do this here so when we dup a packet, we don't have to waste CPU rewriting other headers. - Note that quagga_time /deliberately/ is not used here */ + Note that frr_time /deliberately/ is not used here */ t = (time(NULL) & 0xFFFFFFFF); if (t > oi->crypt_seqnum) oi->crypt_seqnum = t; |