zouppp icon indicating copy to clipboard operation
zouppp copied to clipboard

zouppp is a set of GO modules implements PPPoE, PPP and related protocols:

Results 3 zouppp issues
Sort by recently updated
recently updated
newest added

How to set the desired access concentrator name How to specify the two PPPOE Servers in the LAN example pppoe -c pppoe -h Usage: pppoe [options] Options: -I if_name --...

This is very good PPP implementation in Golang. I'd like to use it to support VSNCP on the base of LCP since all negotiation procedures are in common. But currently...

When zouppp is used within a network namespace (e.g., for containerized or isolated network environments), the TUN interface created via `datapath.NewTUNIf()` may be created in the host namespace instead of...