Re: [ovs-dev] [PATCH 1/2] ofproto: Re-implement the ofproto/trace command

2013-05-10 Thread Ben Pfaff
On Fri, May 10, 2013 at 01:39:39PM -0700, Alex Wang wrote: > Since the use of single datapath, all bridges belonging to the same type of > datapath will use the same (single) datapath. This causes confusion in the > current 'ofproto/trace' command. Especially, when given the unrelated > 'bridge' an

Re: [ovs-dev] [PATCH 1/2] ofproto: Re-implement the ofproto/trace command, fix broken tests and man page

2013-05-08 Thread Alex Wang
On Wed, May 8, 2013 at 10:18 AM, Ben Pfaff wrote: > Your return email address has a space in it. It appears as "Alex Wang > " (notice the space between ".com" and ">". I > guess there may be a typo in your .gitconfig? > > Yes, that is a typo. I fixed it. Thx for pointing out. > On Mon, May

Re: [ovs-dev] [PATCH 1/2] ofproto: Re-implement the ofproto/trace command, fix broken tests and man page

2013-05-08 Thread Ben Pfaff
Your return email address has a space in it. It appears as "Alex Wang " (notice the space between ".com" and ">". I guess there may be a typo in your .gitconfig? On Mon, May 06, 2013 at 05:30:51PM -0700, Alex Wang wrote: > Subject: [ovs-dev] [PATCH 1/2] ofproto: Re-implement the ofproto/trace >