summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_packet.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2021-11-11 20:40:17 +0100
committerDonald Sharp <sharpd@nvidia.com>2021-11-11 20:41:27 +0100
commitb72aae2e044a1dbc5cffada5b7f3abec26f46ec7 (patch)
treeb37c40fa71c04edde3874867b00f2d882d98559f /ospfd/ospf_packet.c
parent*: Rename quagga_timestamp with frr_timestamp (diff)
downloadfrr-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.c2
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;