<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in .gitignore</title>
    <link>http://src.iws.cs.ovgu.de/source/rss/systemd/src/udev/net/.gitignore</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    <item>
        <title>udev: add network link configuration tool
    
    This tool applies hardware specific settings to network devices before they
    are announced via libudev.
    
    Settings that will probably eventually be supported are MTU, Speed,
    DuplexMode, WakeOnLan, MACAddress, MACAddressPolicy (e.g., 'hardware',
    'synthetic' or 'random'), Name and NamePolicy (replacing our current
    interface naming logic). This patch only introduces support for
    Description, as a proof of concept.
    
    Some of these settings may later be overriden by a network management
    daemon/script. However, these tools should always listen and wait on libudev
    before touching a device (listening on netlink is not enough). This is no
    different from how things used to be, as we always supported changing the
    network interface name from udev rules, which does not work if someone
    has already started using it.
    
    The tool is configured by .link files in /etc/net/links/ (with the usual
    overriding logic in /run and /lib). The first (in lexicographical order)
    matching .link file is applied to a given device, and all others are ignored.
    
    The .link files contain a [Match] section with (currently) the keys
    MACAddress, Driver, Type (see DEVTYPE in udevadm info) and Path (this
    matches on the stable device path as exposed as ID_PATH, and not the
    unstable DEVPATH). A .link file matches a given device if all of the
    specified keys do. Currently the keys are treated as plain strings,
    but some limited globbing may later be added to the keys where it
    makes sense.
    
    Example:
    
    /etc/net/links/50-wireless.link
    [Match]
    MACAddress=98:f2:e4:42:c6:92
    Path=pci-0000:02:00.0-bcma-0
    Type=wlan
    
    [Link]
    Description=The wireless link</title>
        <description>/systemd/src/udev/net/.gitignore - af6f0d422c521374ee6a2dd92df5935a5a476ae5</description>
        <pubDate></pubDate>
        <dc:creator>Tom Gundersen &lt;teg@jklm.no&gt;</dc:creator>
    </item>

</channel>
</rss>

