diff options
| author | Donald Sharp <donaldsharp72@gmail.com> | 2024-04-29 09:21:09 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-29 09:21:09 -0400 |
| commit | edae83911947a80ed5116d5e3aff2e64c91eb724 (patch) | |
| tree | e94421bb8a30d21ce1758e46841be4e67da90659 /ospfd/ospf_interface.h | |
| parent | 8421f6221ad37e43010b011cddb4b42623983611 (diff) | |
| parent | 1ce626aea6f1f274da92478a8e487c229b08f9ce (diff) | |
Merge pull request #15824 from opensourcerouting/fix/ospf_show_non_default
vtysh: Show `ip ospf network ...` even if it's not the same as the interface type
Diffstat (limited to 'ospfd/ospf_interface.h')
| -rw-r--r-- | ospfd/ospf_interface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ospfd/ospf_interface.h b/ospfd/ospf_interface.h index 2e53fbfbfa..45d0b7943a 100644 --- a/ospfd/ospf_interface.h +++ b/ospfd/ospf_interface.h @@ -57,6 +57,7 @@ struct ospf_if_params { DECLARE_IF_PARAM(struct in_addr, if_area); uint32_t if_area_id_fmt; + bool type_cfg; DECLARE_IF_PARAM(uint8_t, type); /* type of interface */ #define OSPF_IF_ACTIVE 0 #define OSPF_IF_PASSIVE 1 |
