New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 816738 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Mar 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 1
Type: Bug



Sign in to add a comment

Observed dmesg error when booting fizz

Project Member Reported by haddowk@chromium.org, Feb 27 2018

Issue description


When I boot fizz I see the following message in dmesg

[   24.469198] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[   24.518814] Bridge firewalling registered


Move the loading of br_netfilter before any bridge commands
 
Moving it earlier caused this issue on guado

+ ensure_br_netfilter_loaded
+ [ -e /proc/sys/net/bridge ]
+ logger -t moblab-network-bridge-init Loading kernel module br_netfilter.
+ modprobe br_netfilter
modprobe: FATAL: Module br_netfilter not found in directory /lib/modules/3.14.0
+ local i=0
+ [ 0 -le 10 ]
+ [ -e /proc/sys/net/bridge ]

This should be a benign message? We already load br_netfilter before setting up any bridges.
https://chromium-review.googlesource.com/c/chromiumos/overlays/board-overlays/+/747813

I thought it should go before any of the bridge control commands ?

https://chromium-review.googlesource.com/c/chromiumos/overlays/board-overlays/+/938594
Status: WontFix (was: Started)

Sign in to add a comment