1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-19 11:34:36 +03:00
openwrt-xburst/package/base-files/files/lib
nbd 8d65fda8a8 base-files: bridge config, avoid having a random ipv6 ll address
So far, we are setting the bridge interface up before having added any
bridge interface ports. This results in the bridge assigning a random
mac address to its bridge interface and therefore IPv6 assigning a
matching link local address to the bridge interface as soon as the
bridge interface is up. After adding the first bridge port interface,
the bridge's mac address is reset correctly, however the IPv6 link
local address stays the same.

This commit ensures that we are at least having the IPv6 link local
address of the first interface added to the bridge instead of a random
one.

Signed-off-by: Linus Lüssing <linus.luessing@web.de>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26426 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-03 01:23:45 +00:00
..
firstboot base-files: overlayfs whiteouts depend on a specific xattr entry, which does not get preserved by the tmpfs->overlay copy. work around this by cleaning all copied "(overlay-whiteout)" symlinks after the switch to jffs2 2011-03-17 19:09:43 +00:00
functions base-files: add initial support for mounting overlayfs 2011-03-17 19:09:39 +00:00
network base-files: bridge config, avoid having a random ipv6 ll address 2011-04-03 01:23:45 +00:00
preinit Fix whitespace 2011-02-20 21:25:45 +00:00
upgrade package/base-files: add get_magic_long() to common upgrade script 2011-01-26 20:35:37 +00:00