Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 13466] New: creation of bridge interface via interfaces does not work
@ 2021-01-20 14:15 bugzilla at busybox.net
  2021-02-17 16:26 ` [Buildroot] [Bug 13466] " bugzilla at busybox.net
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2021-01-20 14:15 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=13466

            Bug ID: 13466
           Summary: creation of bridge interface via interfaces does not
                    work
           Product: buildroot
           Version: 2020.11.1
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
          Assignee: unassigned at buildroot.uclibc.org
          Reporter: frank-w at public-files.de
                CC: buildroot at uclibc.org
  Target Milestone: ---

Hi,

i try to add bridge-interface via interfaces file (overlay_rootfs), but i got
only an error on bootup.

Cannot find device "br0"

bridge-related part of interfaces-file (config of lan0 also there and this
works)

auto lan1
iface lan1 inet manual
auto lan2
iface lan2 inet manual

auto br0
iface br0 inet static
    address 192.168.40.1
    netmask 255.255.255.0
    bridge_ports lan1 lan2
    bridge_fd 5
    bridge_stp no

also posted a question at stack-overflow because this is maybe no bug as it
looks like for me
https://unix.stackexchange.com/questions/629714/buildroot-adding-bridge-via-interfaces

of course i have added bridge-utils package and can add the bridge manually,
but not via /etc/network/interfaces file

regards Frank

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-06-15 14:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-20 14:15 [Buildroot] [Bug 13466] New: creation of bridge interface via interfaces does not work bugzilla at busybox.net
2021-02-17 16:26 ` [Buildroot] [Bug 13466] " bugzilla at busybox.net
2021-02-28 19:47 ` bugzilla at busybox.net
2021-04-16 16:32 ` bugzilla at busybox.net
2023-01-16 20:18 ` bugzilla
2024-06-15 14:56 ` bugzilla

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox