> From: "Justin Pettit" <[email protected]> > To: [email protected] > Sent: Thursday, August 11, 2016 2:09:12 AM > Subject: [ovs-dev] [PATCH 1/3] OVN-Tutorial: Replace example with ASCII > quotes. > > The "--ovn" argument for SANDBOXFLAGS used unicode quotes, which when > copy and pasted made the command mysteriously fail. > > Signed-off-by: Justin Pettit <[email protected]> > --- > tutorial/OVN-Tutorial.md | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tutorial/OVN-Tutorial.md b/tutorial/OVN-Tutorial.md > index be9805c..65e4ea2 100644 > --- a/tutorial/OVN-Tutorial.md > +++ b/tutorial/OVN-Tutorial.md > @@ -17,7 +17,7 @@ section of [Tutorial.md]. > pass the `--ovn` flag. For example, if running it straight from the ovs git > tree you would run: > > - $ make sandbox SANDBOXFLAGS=”--ovn” > + $ make sandbox SANDBOXFLAGS="--ovn" > > Running the sandbox with OVN enabled does the following additional steps to > the > environment:
Nice, I fell into this trap the first time I tried to run the ovn tutorials. Acked-by: Lance Richardson <[email protected]> _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
