Skip to content

Commit 2770df4

Browse files
committed
vde_vxlan: fix accidental fallthrough
1 parent 00ca86c commit 2770df4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/vde_vxlan/vxlan.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ void vxlan_process() {
140140
switch (dest_addr) {
141141
case 0:
142142
printlog(LOG_DEBUG, "Not found");
143+
break;
143144
case 1:
144145
plug_send(&pkt.pkt,len-offsetof(struct vxlan_pkt,pkt));
145146
printlog(LOG_DEBUG, "Send to VDE");

0 commit comments

Comments
 (0)