• M
    Add TXT record support for virtual DNS service · 5dd986db
    Michal Novotny 提交于
    This commit introduces the <dns> element and <txt> record for the
    virtual DNS network. The DNS TXT record can be defined using following
    syntax in the network XML file:
    
      <dns>
        <txt name="example" value="example value" />
      </dns>
    
    Also, the Relax-NG scheme has been altered to allow the texts without
    spaces only for the name element and some nitpicks about memory
    free'ing have been fixed by Laine so therefore I'm adding Laine to the
    SOB clause ;-)
    Signed-off-by: NMichal Novotny <minovotn@redhat.com>
    Signed-off-by: NLaine Stump <laine@laine.org>
    5dd986db
formatnetwork.html.in 13.8 KB