diff options
Diffstat (limited to 'lib/if.h')
| -rw-r--r-- | lib/if.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -293,6 +293,12 @@ struct interface { struct route_node *node; vrf_id_t vrf_id; + /* + * Has the end users entered `interface XXXX` from the cli in some + * fashion? + */ + bool configured; + QOBJ_FIELDS }; |
