> On Tue, Feb 02, 2021 at 05:02:54PM -0500, Flavio Fernandes wrote:
>> Hi Ben,
>> 
>> compiling ovn master with ovs master is upset because of an xml issue in the 
>> file:  lib/db-ctl-base.xml
>> 
>> Could you help fixing it, please?
> 
> Oops, I applied this:

<sinp>

Thanks, Ben for fixing this.  I missed that typo during review.

I was trying to figure out why we didn't catch this issue in OVS build
and I found that we actually have 2 copies of several parts of manpages.
One .man file and one .xml file for following docs:

        lib/common.xml
        lib/daemon.xml
        lib/db-ctl-base.xml
        lib/ssl.xml
        lib/ssl-bootstrap.xml
        lib/ssl-peer-ca-cert.xml
        lib/table.xml
        lib/vlog.xml
        lib/unixctl.xml

All these files were added to be used in OVN man pages and has no users in
OVS code base.  We should, probably, generate man pages from these xml files
instead of having *.man duplicates to catch this kind of issues.

(Writing this down just to highlight the issue and not forget).

Best regards, Ilya Maximets.
_______________________________________________
discuss mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Reply via email to