Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(603)

Unified Diff: src/node/ipv6.h

Issue 144048: Added IPv6 extensions
Patch Set: Created 14 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/node/ipv6.h
===================================================================
--- a/src/node/ipv6.h
+++ b/src/node/ipv6.h
@@ -284,6 +284,16 @@
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.
*/
static const uint32_t IF_ANY = 0xffffffff;

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b