[netcf-devel] [PATCH 1/1] schema: change interface naming and startmode

David Lutterkort lutter at redhat.com
Tue Jun 30 19:33:37 UTC 2009


On Tue, 2009-06-30 at 12:29 -0700, David Lutterkort wrote:
> We now put the name of an interface into the name attribute of the
> interface element. The startmode is now a separate element, not an
> attribute on <interface/>

That's the only patch in this series - the other two are junk I still
had sitting around.

In a nutshell, this makes the changes discussed on the VLAN thread (and
I'll rebase the VLAN patches on top of this). You now say

        <interface type="bridge" name="br0">
          <start mode="onboot"/>
          ...
          <bridge stp="off">
            <interface type="ethernet" name="eth0">
              ...
            </interface>
            <interface type="ethernet" name="eth1"/>
          </bridge>
        </interface>
        
David




More information about the netcf-devel mailing list