summaryrefslogtreecommitdiff
path: root/ospf6d/ospf6_interface.h
diff options
context:
space:
mode:
authorRuss White <russ@riw.us>2019-09-24 10:38:10 -0400
committerGitHub <noreply@github.com>2019-09-24 10:38:10 -0400
commite4bf00fdf94e48ca7f14b1d038b849c191c91bea (patch)
treede5040917e84eb719820a51419bf9b7bdf9cbd3f /ospf6d/ospf6_interface.h
parentbdd0ce8aa5af853c8712931d9ff2de6b11250997 (diff)
parent5aeb4f3c60789b09b5194da5ea63d036d6c80f6c (diff)
Merge pull request #4995 from opensourcerouting/ospf6d-iftype
ospf6d: fix interface type handling
Diffstat (limited to 'ospf6d/ospf6_interface.h')
-rw-r--r--ospf6d/ospf6_interface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ospf6d/ospf6_interface.h b/ospf6d/ospf6_interface.h
index e0c39a29b4..53a8910f4d 100644
--- a/ospf6d/ospf6_interface.h
+++ b/ospf6d/ospf6_interface.h
@@ -55,6 +55,7 @@ struct ospf6_interface {
/* Network Type */
uint8_t type;
+ bool type_cfg;
/* Router Priority */
uint8_t priority;