summaryrefslogtreecommitdiff
path: root/zebra/interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/interface.h')
-rw-r--r--zebra/interface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/zebra/interface.h b/zebra/interface.h
index 23e22bdda8..771398b547 100644
--- a/zebra/interface.h
+++ b/zebra/interface.h
@@ -340,9 +340,9 @@ struct zebra_if {
/* Information about up/down changes */
unsigned int up_count;
- char up_last[QUAGGA_TIMESTAMP_LEN];
+ char up_last[FRR_TIMESTAMP_LEN];
unsigned int down_count;
- char down_last[QUAGGA_TIMESTAMP_LEN];
+ char down_last[FRR_TIMESTAMP_LEN];
#if defined(HAVE_RTADV)
struct rtadvconf rtadv;