Skip to content

Commit

Permalink
tests: Fix non-canonical MAC addresses in ovn.at.
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Pfaff <blp@ovn.org>
  • Loading branch information
ryzhyk authored and blp committed Jan 23, 2018
1 parent 43e7353 commit 08e4f72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ovn.at
Expand Up @@ -1443,8 +1443,8 @@ for i in 1 2 3; do
else
ip_addrs="192.168.0.$i"
fi
ovn-nbctl lsp-set-addresses lp$i "f0:00:00:00:00:$i $ip_addrs"
ovn-nbctl lsp-set-port-security lp$i f0:00:00:00:00:$i
ovn-nbctl lsp-set-addresses lp$i "f0:00:00:00:00:0$i $ip_addrs"
ovn-nbctl lsp-set-port-security lp$i f0:00:00:00:00:0$i
fi
done
ovn-nbctl acl-add lsw0 from-lport 1000 'eth.type == 0x1234' drop
Expand Down

0 comments on commit 08e4f72

Please sign in to comment.