Chunhui Ouyang

Results 139 comments of Chunhui Ouyang

Note that vyos tinc support is based on tinc 1.1 instead of 1.0

Note: The latest fix has not been tested yet, I will test it in these two days

Tested today, the generated tinc directory layout is consistent with expectations

It depends on tinc 1.1, so someone needs to build the DEB of tinc and pass it to the apt repo of vyos

https://salsa.debian.org/guus/tinc.git The following patches are required: ``` diff --git a/debian/postinst b/debian/postinst index e05f787..1501922 100644 --- a/debian/postinst +++ b/debian/postinst @@ -2,10 +2,15 @@ NETSFILE="/etc/tinc/nets.boot" +NETSFILE_CONF="/etc/tinc" + set -e case "$1" in...

The official upstream address is https://gitlab.com/gsliepen/tinc , no Debian package generation rule file

> Re-check please all whitespaces after ',' and '=' > Re-check please imported modules. > > ``` > deepcopy > defaults > dict_merge > verify_interface_exists > verify_mtu > verify_mtu_ipv6 >...

Seems to be lost in late conflict resolution, I've manually restored this and kept the mainline in sync

Are you going to implement NAT64? This is a nice feature!

> > @jack9603301 Hi, this is just a prototype PR to show how to implement NAT64 with tayga. I just tested the basic functionalities of NAT64 for this PR. It...