bug 1662 - m_type not set for Ipv6OptionRouterAlertHeader (by Francisco <[email protected]>)
authorTommaso Pecorella <tommaso.pecorella@unifi.it>
Fri, 17 May 2013 13:46:25 +0200
changeset 9761 32e15e895529
parent 9760 858d18e11e11
child 9762 070c5caed391
bug 1662 - m_type not set for Ipv6OptionRouterAlertHeader (by Francisco <[email protected]>)
src/internet/model/ipv6-option-header.cc
--- a/src/internet/model/ipv6-option-header.cc	Sat Apr 20 00:11:33 2013 +0200
+++ b/src/internet/model/ipv6-option-header.cc	Fri May 17 13:46:25 2013 +0200
@@ -317,6 +317,7 @@
 Ipv6OptionRouterAlertHeader::Ipv6OptionRouterAlertHeader ()
   : m_value (0)
 {
+  SetType (5);
   SetLength (2);
 }