All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Hangbin Liu <liuhangbin@gmail.com>
Cc: netdev@vger.kernel.org, gnault@redhat.com, davem@davemloft.net,
	martin.varghese@nokia.com, jishi@redhat.com
Subject: Re: [PATCH net] bareudp: use ipv6_mod_enabled to check if IPv6 enabled
Date: Thu, 17 Mar 2022 02:30:11 +0000	[thread overview]
Message-ID: <164748421104.27087.14378649894398681843.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20220315062618.156230-1-liuhangbin@gmail.com>

Hello:

This patch was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Tue, 15 Mar 2022 14:26:18 +0800 you wrote:
> bareudp_create_sock() use AF_INET6 by default if IPv6 CONFIG enabled.
> But if user start kernel with ipv6.disable=1, the bareudp sock will
> created failed, which cause the interface open failed even with ethertype
> ip. e.g.
> 
>  # ip link add bareudp1 type bareudp dstport 2 ethertype ip
>  # ip link set bareudp1 up
>  RTNETLINK answers: Address family not supported by protocol
> 
> [...]

Here is the summary with links:
  - [net] bareudp: use ipv6_mod_enabled to check if IPv6 enabled
    https://git.kernel.org/netdev/net-next/c/e077ed58c243

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



      reply	other threads:[~2022-03-17  2:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-15  6:26 [PATCH net] bareudp: use ipv6_mod_enabled to check if IPv6 enabled Hangbin Liu
2022-03-17  2:30 ` patchwork-bot+netdevbpf [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=164748421104.27087.14378649894398681843.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=gnault@redhat.com \
    --cc=jishi@redhat.com \
    --cc=liuhangbin@gmail.com \
    --cc=martin.varghese@nokia.com \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.