diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-07-14 12:54:40 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-14 12:54:40 -0400 |
| commit | e553b498f1e691800fd1bd94621350df941f9b44 (patch) | |
| tree | f3ad6501b34fa3e58ced4cad357aeb9c09599eeb /ospfd/ospf_interface.c | |
| parent | 9b42781b5de1c5053233666ac7d5d9e553a9f81e (diff) | |
| parent | 33cef919327fe03dbce53a422caccecb3f09faca (diff) | |
Merge pull request #820 from opensourcerouting/gcc7
fix new warnings emitted by GCC 7
Diffstat (limited to 'ospfd/ospf_interface.c')
| -rw-r--r-- | ospfd/ospf_interface.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ospfd/ospf_interface.c b/ospfd/ospf_interface.c index c09092e81a..1e95e43122 100644 --- a/ospfd/ospf_interface.c +++ b/ospfd/ospf_interface.c @@ -1033,6 +1033,7 @@ ospf_vl_set_params (struct ospf_vl_data *vl_data, struct vertex *v) case LSA_LINK_TYPE_VIRTUALLINK: if (IS_DEBUG_OSPF_EVENT) zlog_debug ("found back link through VL"); + /* fallthru */ case LSA_LINK_TYPE_TRANSIT: case LSA_LINK_TYPE_POINTOPOINT: if (!IPV4_ADDR_SAME (&vl_data->peer_addr, |
