Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
senf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wiback
senf
Commits
3455ca51
Commit
3455ca51
authored
15 years ago
by
pug
Browse files
Options
Downloads
Patches
Plain Diff
added IPv6Extension_HopByHop to IpType Registry
corrected typo in IPv6Extensions.hh
parent
91bdf4a9
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Packets/DefaultBundle/IPv6Extensions.cc
+2
-0
2 additions, 0 deletions
Packets/DefaultBundle/IPv6Extensions.cc
Packets/DefaultBundle/IPv6Extensions.hh
+1
-1
1 addition, 1 deletion
Packets/DefaultBundle/IPv6Extensions.hh
with
3 additions
and
1 deletion
Packets/DefaultBundle/IPv6Extensions.cc
+
2
−
0
View file @
3455ca51
...
...
@@ -37,6 +37,8 @@ namespace {
registerIPv6ExtensionType_Fragment
(
44
);
senf
::
PacketRegistry
<
senf
::
IpTypes
>::
RegistrationProxy
<
senf
::
IPv6Extension_Routing
>
registerIPv6ExtensionType_Routing
(
43
);
senf
::
PacketRegistry
<
senf
::
IpTypes
>::
RegistrationProxy
<
senf
::
IPv6Extension_HopByHop
>
registerIPv6ExtensionType_HopByHop
(
0u
);
}
prefix_
void
senf
::
IPv6ExtensionType_Fragment
::
dump
(
packet
p
,
std
::
ostream
&
os
)
...
...
This diff is collapsed.
Click to expand it.
Packets/DefaultBundle/IPv6Extensions.hh
+
1
−
1
View file @
3455ca51
...
...
@@ -279,7 +279,7 @@ The Type 0 Routing header has the following format: (RFC 2460)
};
/** \brief IPv6 routing Hop-By-Hop packet typedef */
typedef
ConcretePacket
<
IPv6ExtensionType_
Routing
>
IPv6Extension_HopByHop
;
typedef
ConcretePacket
<
IPv6ExtensionType_
HopByHop
>
IPv6Extension_HopByHop
;
}
//namespace senf
///////////////////////////////hh.e////////////////////////////////////////
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment