[PATCH v3] ethtool: Add bash-completion script

2019-04-19 Thread Kevin Locke
/manual/html_node/Programmable-Completion.html [kmod]: https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git/tree/ [scop/bash-completion#289]: https://github.com/scop/bash-completion/pull/289 Signed-off-by: Kevin Locke Reviewed-by: Jesse Brandeburg --- Changes in v3: * Apply --prefix to

Re: [PATCH v2] ethtool: Add bash-completion script

2019-04-16 Thread Kevin Locke
On Tue, 2019-04-16 at 14:37 -0400, John W. Linville wrote: > Overall, it looks good to me. But when I build with "make distcheck", > I get this output: > > [...] > > It looks like somewhere you are using "$(bashcompletiondir)" instead of > "$(DESTDIR)$(bashcompletiondir)", but I can't seem to fin

[PATCH v2] ethtool: Add bash-completion script

2019-04-11 Thread Kevin Locke
]: https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git/tree/ [scop/bash-completion#289]: https://github.com/scop/bash-completion/pull/289 Signed-off-by: Kevin Locke Reviewed-by: Jesse Brandeburg --- Changes in v2: * Describe manual install and ./configure arguments in commit message

Re: [PATCH] ethtool: Add bash-completion script

2019-04-11 Thread Kevin Locke
On Thu, 2019-04-11 at 09:14 -0700, Jesse Brandeburg wrote: > On Sun, 7 Apr 2019 20:19:37 -0600 Kevin Locke wrote: >> To aid users constructing a valid ethtool invocation, create a >> [bash-completion] script to provide [programmable completion] of ethtool >> arguments. It

[PATCH] ethtool: Add bash-completion script

2019-04-07 Thread Kevin Locke
/bash-completion/pull/289 Signed-off-by: Kevin Locke --- Makefile.am |5 + configure.ac | 15 + shell-completion/bash/ethtool | 1251 + 3 files changed, 1271 insertions(+) create mode 100644 shell-completion/bash/ethtool

Re: Bisected 4.14 Regression: IPsec transport mode breakage

2017-11-17 Thread Kevin Locke
On Fri, 2017-11-17 at 11:03 +0100, Steffen Klassert wrote: > On Wed, Nov 15, 2017 at 09:46:19AM -0700, Kevin Locke wrote: >> I have bisected the issue to commit c9f3f813d462. I have attached the >> client ipsec.conf as well as the syslog during the connection attempt >> for b

Bisected 4.14 Regression: IPsec transport mode breakage

2017-11-15 Thread Kevin Locke
Hi all, I am using an L2TP/IPsec (transport mode) VPN connection from a client behind a NAT running Debian with strongswan 5.6.0-2 and xl2tpd 1.3.10-1 to a Cisco Meraki MX60 with a public IP. The connection works with kernel 4.13 but not with kernel 4.14. With 4.14 the IPsec connection appears t