* [ptxdist] [PATCH v2] openvpn: enable iproute2
@ 2020-06-05 9:38 Ladislav Michl
2020-06-11 9:39 ` [ptxdist] [APPLIED] " Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: Ladislav Michl @ 2020-06-05 9:38 UTC (permalink / raw)
To: ptxdist
Use (rt)netlink interface provided by 'ip' tool by default.
Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
---
CHANGES:
-v2: simplify according mol comment
rules/openvpn.in | 5 ++---
rules/openvpn.make | 2 +-
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/rules/openvpn.in b/rules/openvpn.in
index 6958e2940..568c8a9d2 100644
--- a/rules/openvpn.in
+++ b/rules/openvpn.in
@@ -9,11 +9,10 @@ menuconfig OPENVPN
select IPTABLES if OPENVPN_INSTALL_SAMPLE_CONFIGS && RUNTIME
select IPTABLES_INSTALL_TOOLS if OPENVPN_INSTALL_SAMPLE_CONFIGS && RUNTIME
select BRIDGE_UTILS if OPENVPN_INSTALL_SAMPLE_SCRIPTS && RUNTIME
+ select BUSYBOX_FEATURE_IP_LINK if BUSYBOX_IP && RUNTIME
+ select BUSYBOX_FEATURE_IP_ROUTE if BUSYBOX_IP && RUNTIME
select IPROUTE2 if !BUSYBOX_IP && RUNTIME
select IPROUTE2_IP if !BUSYBOX_IP && RUNTIME
- select BUSYBOX_IFCONFIG if RUNTIME
- select BUSYBOX_NETSTAT if RUNTIME
- select BUSYBOX_ROUTE if RUNTIME
help
virtual private network daemon
diff --git a/rules/openvpn.make b/rules/openvpn.make
index dc05384df..46cca64ca 100644
--- a/rules/openvpn.make
+++ b/rules/openvpn.make
@@ -67,7 +67,7 @@ OPENVPN_CONF_OPT := \
--enable-port-share \
--disable-debug \
--$(call ptx/endis, PTXCONF_OPENVPN_SMALL)-small \
- --disable-iproute2 \
+ --enable-iproute2 \
--enable-def-auth \
--enable-pf \
--disable-plugin-auth-pam \
--
2.27.0
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ptxdist] [APPLIED] openvpn: enable iproute2
2020-06-05 9:38 [ptxdist] [PATCH v2] openvpn: enable iproute2 Ladislav Michl
@ 2020-06-11 9:39 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2020-06-11 9:39 UTC (permalink / raw)
To: ptxdist
Thanks, applied as 0b004414806043d2f38da440c5ae2be58d4c2272.
Michael
[sent from post-receive hook]
On Thu, 11 Jun 2020 11:39:41 +0200, Ladislav Michl <ladis@linux-mips.org> wrote:
> Use (rt)netlink interface provided by 'ip' tool by default.
>
> Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
> Message-Id: <20200605093808.GB1321273@lenoch>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/openvpn.in b/rules/openvpn.in
> index 6958e2940d94..568c8a9d2bc1 100644
> --- a/rules/openvpn.in
> +++ b/rules/openvpn.in
> @@ -9,11 +9,10 @@ menuconfig OPENVPN
> select IPTABLES if OPENVPN_INSTALL_SAMPLE_CONFIGS && RUNTIME
> select IPTABLES_INSTALL_TOOLS if OPENVPN_INSTALL_SAMPLE_CONFIGS && RUNTIME
> select BRIDGE_UTILS if OPENVPN_INSTALL_SAMPLE_SCRIPTS && RUNTIME
> + select BUSYBOX_FEATURE_IP_LINK if BUSYBOX_IP && RUNTIME
> + select BUSYBOX_FEATURE_IP_ROUTE if BUSYBOX_IP && RUNTIME
> select IPROUTE2 if !BUSYBOX_IP && RUNTIME
> select IPROUTE2_IP if !BUSYBOX_IP && RUNTIME
> - select BUSYBOX_IFCONFIG if RUNTIME
> - select BUSYBOX_NETSTAT if RUNTIME
> - select BUSYBOX_ROUTE if RUNTIME
> help
> virtual private network daemon
>
> diff --git a/rules/openvpn.make b/rules/openvpn.make
> index dc05384dfdcb..46cca64ca702 100644
> --- a/rules/openvpn.make
> +++ b/rules/openvpn.make
> @@ -67,7 +67,7 @@ OPENVPN_CONF_OPT := \
> --enable-port-share \
> --disable-debug \
> --$(call ptx/endis, PTXCONF_OPENVPN_SMALL)-small \
> - --disable-iproute2 \
> + --enable-iproute2 \
> --enable-def-auth \
> --enable-pf \
> --disable-plugin-auth-pam \
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-06-11 9:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-05 9:38 [ptxdist] [PATCH v2] openvpn: enable iproute2 Ladislav Michl
2020-06-11 9:39 ` [ptxdist] [APPLIED] " Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox