• L
    conf: split <forward> parser/clear into separate functions · 71e30eff
    Laine Stump 提交于
    virNetworkDefUpdateForward requires separate functions to parse and
    clear a virNetworkForwardDef by itself, but they were previously just
    inlined in the virNetworkDef parse and free functions. This patch
    makes them into separate functions.
    71e30eff
network_conf.c 110.2 KB