~dparv/charm-vpn-openvpn:openvpn-dev

Last commit made on 2020-09-09
Get this branch:
git clone -b openvpn-dev https://git.launchpad.net/~dparv/charm-vpn-openvpn
Only Diko Parvanov can upload to this branch. If you are Diko Parvanov please log in for upload directions.

Branch merges

Branch information

Name:
openvpn-dev
Repository:
lp:~dparv/charm-vpn-openvpn

Recent commits

f3d544f... by Diko Parvanov

Removed NetFilterManager library

5ca7f0b... by Diko Parvanov

Updated unit testing

 - completly re-worked unit testing and made sure a full coverage of the
 charm code - 100% is covered now
 - updated charm code - methods to return proper values when validation
 fails or succeeds - requirements for unit testing
 - better exception handling for methods with base64 and encoding

c53f7fc... by Diko Parvanov

Updated requirements.txt

Althou some packages should be part of the default python3 site
packages, it's good to have them added, just in case we don't go
with default python3 installation:
 - added numpy
 - added netifaces
 - added ipaddress

045995d... by Diko Parvanov

Added new config option for allowing inbound ssh

ff33af9... by Diko Parvanov

Fixed default value for tun_mtu to 0

72a3e6a... by Diko Parvanov

Naming convention changes and typo fix

 - Changed verb to debug in config and charm code
 - Fixed a typo in config ncp_ciphers
 - Removed unused os import and file_get_contents() method

ab9764a... by Diko Parvanov

Fixed unit testing with tun_mtu param

9ac9a3b... by Diko Parvanov

Added new option tun_mtu

acd8d55... by Diko Parvanov

Fixed update_status event handler

6acc18d... by Diko Parvanov

Fixed unit tests