Skip to content

Commit 026afaf

Browse files
remove logs
1 parent 8ff9432 commit 026afaf

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

northd/northd.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8314,7 +8314,6 @@ add_l2_port_sec(struct ovn_port *p, struct hmap *lflows){
83148314
char *src_mac = p->lsp_addrs[i].ea_s;
83158315
/* Use src_mac as the allowed MAC set for this VIF. */
83168316
if (eth_addr_from_string(src_mac, &ea)) {
8317-
VLOG_INFO("Adding flows for src_mac");
83188317
ds_clear(&match);
83198318
ds_clear(&action);
83208319
ds_put_format(&match, "inport == \"%s\" && eth.src != %s", p->key, src_mac);

0 commit comments

Comments
 (0)