|
Bugzilla – Full Text Bug Listing |
| Summary: | IPv6 over PPP | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Fabian Mauchle <f1mauchl> |
| Component: | devices | Assignee: | ns-bugs <ns-bugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | vincent |
| Priority: | P4 | ||
| Version: | ns-3-dev | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: |
patch
patch (replaces old one) |
||
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 |
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.