summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_message.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-07-14 18:54:40 +0200
committerGitHub <noreply@github.com>2017-07-14 18:54:40 +0200
commite553b498f1e691800fd1bd94621350df941f9b44 (patch)
treef3ad6501b34fa3e58ced4cad357aeb9c09599eeb /ospf6d/ospf6_message.c
parentMerge pull request #794 from opensourcerouting/table-hash-ospf6-lsdb-refactor (diff)
parentlib: parser: remove incorrect assert (diff)
downloadfrr-e553b498f1e691800fd1bd94621350df941f9b44.tar.xz
frr-e553b498f1e691800fd1bd94621350df941f9b44.zip
Merge pull request #820 from opensourcerouting/gcc7
fix new warnings emitted by GCC 7
Diffstat (limited to 'ospf6d/ospf6_message.c')
-rw-r--r--ospf6d/ospf6_message.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ospf6d/ospf6_message.c b/ospf6d/ospf6_message.c
index fb226072f..583ba2a02 100644
--- a/ospf6d/ospf6_message.c
+++ b/ospf6d/ospf6_message.c
@@ -392,7 +392,7 @@ ospf6_dbdesc_recv_master (struct ospf6_header *oh,
return;
}
/* else fall through to ExStart */
-
+ /* fallthru */
case OSPF6_NEIGHBOR_EXSTART:
/* if neighbor obeys us as our slave, schedule negotiation_done
and process LSA Headers. Otherwise, ignore this message */
@@ -600,7 +600,7 @@ ospf6_dbdesc_recv_slave (struct ospf6_header *oh,
return;
}
/* else fall through to ExStart */
-
+ /* fallthru */
case OSPF6_NEIGHBOR_EXSTART:
/* If the neighbor is Master, act as Slave. Schedule negotiation_done
and process LSA Headers. Otherwise, ignore this message */