summaryrefslogtreecommitdiffstats
path: root/scripts/genksyms/lex.l
diff options
context:
space:
mode:
authorJiri Benc <jbenc@redhat.com>2017-04-27 21:24:36 +0200
committerDavid S. Miller <davem@davemloft.net>2017-05-01 04:30:13 +0200
commitbaf4d7860771287f30fbe9b6b2dc18b04361439d (patch)
treed67b515cb3a68a29cf5132a94f1be454fc6c5264 /scripts/genksyms/lex.l
parentvxlan: correctly handle ipv6.disable module parameter (diff)
downloadlinux-baf4d7860771287f30fbe9b6b2dc18b04361439d.tar.xz
linux-baf4d7860771287f30fbe9b6b2dc18b04361439d.zip
vxlan: do not output confusing error message
The message "Cannot bind port X, err=Y" creates only confusion. In metadata based mode, failure of IPv6 socket creation is okay if IPv6 is disabled and no error message should be printed. But when IPv6 tunnel was requested, such failure is fatal. The vxlan_socket_create does not know when the error is harmless and when it's not. Instead of passing such information down to vxlan_socket_create, remove the message completely. It's not useful. We propagate the error code up to the user space and the port number comes from the user space. There's nothing in the message that the process creating vxlan interface does not know. Signed-off-by: Jiri Benc <jbenc@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'scripts/genksyms/lex.l')
0 files changed, 0 insertions, 0 deletions