search for: e730c15519d0

Displaying 3 results from an estimated 3 matches for "e730c15519d0".

2023 Jul 11
3
[Bridge] [PATCH v1 net] bridge: Return an error when enabling STP in netns.
...ed. Let's show an error when enabling STP in netns. # unshare -n # ip link add br0 type bridge # ip link set br0 type bridge stp_state 1 Error: bridge: STP can't be enabled in non-root netns. Note this commit will be reverted later when we namespacify the whole LLC infra. Fixes: e730c15519d0 ("[NET]: Make packet reception network namespace safe") Suggested-by: Harry Coin <hcoin at quietfountain.com> Link: https://lore.kernel.org/netdev/0f531295-e289-022d-5add-5ceffa0df9bc at quietfountain.com/ Signed-off-by: Kuniyuki Iwashima <kuniyu at amazon.com> --- net/bridge...
2023 Jul 12
2
[Bridge] [PATCH v1 net] bridge: Return an error when enabling STP in netns.
...-n >> # ip link add br0 type bridge >> # ip link set br0 type bridge stp_state 1 >> Error: bridge: STP can't be enabled in non-root netns. >> >> Note this commit will be reverted later when we namespacify the whole LLC >> infra. >> >> Fixes: e730c15519d0 ("[NET]: Make packet reception network namespace safe") >> Suggested-by: Harry Coin <hcoin at quietfountain.com> > > I'm not sure that's accurate. I read his response in the link below and > he says "I'd rather be warned than blocked" and "...
2023 Jul 12
0
[Bridge] [PATCH v1 net] bridge: Return an error when enabling STP in netns.
...netns. > > # unshare -n > # ip link add br0 type bridge > # ip link set br0 type bridge stp_state 1 > Error: bridge: STP can't be enabled in non-root netns. > > Note this commit will be reverted later when we namespacify the whole LLC > infra. > > Fixes: e730c15519d0 ("[NET]: Make packet reception network namespace safe") > Suggested-by: Harry Coin <hcoin at quietfountain.com> > Link: https://lore.kernel.org/netdev/0f531295-e289-022d-5add-5ceffa0df9bc at quietfountain.com/ > Signed-off-by: Kuniyuki Iwashima <kuniyu at amazon.com>...