diff options
| author | Jafar Al-Gharaibeh <jafar@atcorp.com> | 2021-11-12 21:35:27 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-12 21:35:27 -0600 |
| commit | 3357afaa74c2d3e2dafb65397a666f5b46470f7e (patch) | |
| tree | 460cedda577a74692bfde0a5f37c9e27c1b1ec76 /zebra/interface.h | |
| parent | d9a03ad330c20d900caf4e1c266389bd8d2da651 (diff) | |
| parent | b72aae2e044a1dbc5cffada5b7f3abec26f46ec7 (diff) | |
Merge pull request #10036 from donaldsharp/finally_frr
Finally frr
Diffstat (limited to 'zebra/interface.h')
| -rw-r--r-- | zebra/interface.h | 4 |
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; |
