diff options
author | hagbard-01 <39653662+hagbard-01@users.noreply.github.com> | 2018-08-31 18:10:48 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-31 18:10:48 -0700 |
commit | c915ac0722b5ec8782d4fe3748116b98f9fe978f (patch) | |
tree | 8c001e1c08e1f03e1f34d82e7b881a5ea41bc24f | |
parent | 4533cc0f6c359912b70eb0ca837e724fef1de467 (diff) | |
parent | 618847ef018ab4841589f6d55fd04fff24172d70 (diff) | |
download | vyatta-cfg-system-c915ac0722b5ec8782d4fe3748116b98f9fe978f.tar.gz vyatta-cfg-system-c915ac0722b5ec8782d4fe3748116b98f9fe978f.zip |
Merge pull request #75 from hagbard-01/current
T427: Wireguard support
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | sysconf/netdevice | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 5aaaaaa7..6f01606e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +vyatta-cfg-system (0.20.44+vyos2+current14) unstable; urgency=medium + + * adding wireguard to sysconf/netdevice + + -- hagbard <vyosdev@derith.de> Fri, 31 Aug 2018 18:06:03 -0700 + vyatta-cfg-system (0.20.44+vyos2+current13) unstable; urgency=medium * Update the VRRP syntax version file to 2. diff --git a/sysconf/netdevice b/sysconf/netdevice index 43634748..417732c7 100644 --- a/sysconf/netdevice +++ b/sysconf/netdevice @@ -15,3 +15,4 @@ pppoe pppoe dum dummy l2tpeth l2tpv3 vxlan vxlan +wg wireguard |