summaryrefslogtreecommitdiff
path: root/zebra/interface.h
diff options
context:
space:
mode:
authorRuss White <russ@riw.us>2022-06-24 10:15:55 -0400
committerGitHub <noreply@github.com>2022-06-24 10:15:55 -0400
commita9adefc22fe93a5019b42a51759fde2823834d22 (patch)
tree7a57acb03cae47c1dd175be7a2c229ee08054e53 /zebra/interface.h
parentff97a24bc351ba4d34196ffbf0ee0c25ff5b52a1 (diff)
parentfc3de981be3d294f459e1e34cfef375c53414c30 (diff)
Merge pull request #11464 from donaldsharp/linkdown
Linkdown
Diffstat (limited to 'zebra/interface.h')
-rw-r--r--zebra/interface.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/zebra/interface.h b/zebra/interface.h
index 5569711aa7..54ad91a0b2 100644
--- a/zebra/interface.h
+++ b/zebra/interface.h
@@ -129,6 +129,9 @@ struct zebra_if {
/* MPLS status. */
bool mpls;
+ /* Linkdown status */
+ bool linkdown;
+
/* Router advertise configuration. */
uint8_t rtadv_enable;