More on IPv6 extensions support.

This commit is contained in:
Sebastien Vincent
2009-10-16 11:33:56 +02:00
parent c48e444771
commit fbea0b7ca2
8 changed files with 294 additions and 66 deletions

View File

@@ -283,6 +283,16 @@ public:
*/
virtual void SetForwarding (uint32_t interface, bool val) = 0;
/**
* \brief Register the IPv6 Extensions.
*/
virtual void RegisterExtensions () = 0;
/**
* \brief Register the IPv6 Options.
*/
virtual void RegisterOptions () = 0;
/**
* \brief Any interface magic number.
*/