hujun-open / zouppp

zouppp is a set of GO modules implements PPPoE, PPP and related protocols:
GNU General Public License v3.0
27 stars 8 forks source link

Support VSNCP #4

Open rdcloyi opened 1 year ago

rdcloyi commented 1 year ago

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 the Pkt structure is only for IPCP/LCP. Would it be better to use an Interface instead of concrete Pkt structure so that I can have own Serialize/Parse implementation for VSNCP?

hujun-open commented 1 year ago

what is the use case? VSNCP is not commonly used protocol;