1 2 3 4 5 6 7
use crate::ProtocolOption; use ppproperly::IpcpOpt; impl ProtocolOption for IpcpOpt { const PROTOCOL: u16 = ppproperly::IPCP; }