On Thu, Jun 09, 2016 at 12:12:37AM -0700, Justin Pettit wrote: > A few minor changes related to logical router port commands: > > - Use "lrp" instead of "lrport" to be more consistent with later > changes. > - Use commands where possible in ovn unit tests. > - Move documentation to group router commands together. > - Adds mac/network/peer to lrp-add command. The existing command > doesn't require creating a mac or network address, which shouldn't > be possible. > - Drops lrport-[get|set]-mac-addresses commands in favor of > initializing them in lrp-add command. > - Update references from "lrport" to "lrp" (code) or "port" (user). > > Signed-off-by: Justin Pettit <jpet...@ovn.org>
There's a lot of moving code around in addition to renaming, so it's hard to see the details of what changed. I'll assume that most of it was just code movement. I think that lrp-add with --may-exist should report an error if the MAC or NETWORK or [PEER] differ from the existing port's configuration. Acked-by: Ben Pfaff <b...@ovn.org> _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev