Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
babeld
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
babeld
Commits
a4aebc71
Commit
a4aebc71
authored
May 14, 2020
by
Théophile Bastian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
v4ov6: use AE 4 for v4-over-v6.
parent
41eab531
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
message.h
message.h
+1
-1
util.c
util.c
+1
-1
No files found.
message.h
View file @
a4aebc71
...
...
@@ -46,7 +46,7 @@ THE SOFTWARE.
#define AE_IPV4 1
#define AE_IPV6 2
#define AE_IPV6_LOCAL 3
#define AE_V4OV6
240
#define AE_V4OV6
4
extern
unsigned
short
myseqno
;
extern
struct
timeval
seqno_time
;
...
...
util.c
View file @
a4aebc71
...
...
@@ -473,7 +473,7 @@ v4tov6(unsigned char *dst, const unsigned char *src)
int
ae_is_v4
(
int
ae
)
{
return
ae
==
1
||
ae
==
240
;
return
ae
==
1
||
ae
==
4
;
}
int
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment