Bugzilla – Bug 729
IPv6 over PPP
Last modified: 2009-11-12 03:24:26 UTC
Created attachment 636 [details] patch IPv6 can currently not communicate over a Point-to-Point link because its header has a hardcoded protocol value for IPv4. The patch adds a protocol field to the Point-to-Point-Header and some methods to convert between PPP- and Ethernet- protocol numbers.
Patch looks good. Some (very very) minor comments: - According to our naming convention: PPPtoETHER -> PppToEther and ETHERtoPPP -> EtherToPpp; - \param and \return doxygen for PppToEther and EtherToPpp methods; - Doxygen for m_protocol member. (In reply to comment #0) > Created an attachment (id=636) [details] > patch > > IPv6 can currently not communicate over a Point-to-Point link because its > header has a hardcoded protocol value for IPv4. > > The patch adds a protocol field to the Point-to-Point-Header and some methods > to convert between PPP- and Ethernet- protocol numbers. >
Created attachment 637 [details] patch (replaces old one) Minor changes requested by Sebastien
Merge in revision c305c6e122c9