Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
openvpn: Use "ip route" instead of "route"
Set configure option --enable-iproute2 so we openvpn uses "ip route"
and we dont need deprecated "route" from net-utils.
  • Loading branch information
donald committed Nov 2, 2018
1 parent 4ff9df9 commit 989ec2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions openvpn.be0
Expand Up @@ -53,9 +53,9 @@ SRCURL[0]="https://swupdate.openvpn.org/community/releases/openvpn-${PKGVERSION}
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}
mee_configure() {
bee_configure --enable-iproute2
}

#mee_build() {
# bee_build
Expand Down

0 comments on commit 989ec2c

Please sign in to comment.