On Tue, Jul 30, 2013 at 11:41 AM, Ben Pfaff wrote:
> On Tue, Jul 30, 2013 at 11:10:44AM -0700, Gurucharan Shetty wrote:
> > diff --git a/ovsdb/automake.mk b/ovsdb/automake.mk
> > index d2e3f9a..8823ecf 100644
> > --- a/ovsdb/automake.mk
> > +++ b/ovsdb/automake.mk
> > @@ -92,7 +92,7 @@ $(OVSIDL_B
On Tue, Jul 30, 2013 at 11:10:44AM -0700, Gurucharan Shetty wrote:
> diff --git a/ovsdb/automake.mk b/ovsdb/automake.mk
> index d2e3f9a..8823ecf 100644
> --- a/ovsdb/automake.mk
> +++ b/ovsdb/automake.mk
> @@ -92,7 +92,7 @@ $(OVSIDL_BUILT): ovsdb/ovsdb-idlc.in
> EXTRA_DIST += ovsdb/ovsdb-doc.in
>
Right now, the following 2 lines are how the header and footer
looks like for ovs-vswitchd.conf.db
@VERSION@(5) Open vSwitch Manual@VERSION@(5)
Open vSwitch Open_vSwitch @VERSION@(5)
After this commit, they look like this:
ovs-vswitchd.conf.db(5) Open vSwitch Manual ovs-vswi