Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
labs
BIRD Internet Routing Daemon
Commits
507eea4c
Commit
507eea4c
authored
May 08, 2000
by
Martin Mareš
Browse files
Don't generate corrupted packets when sending only route deletes.
parent
9cbf43eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
proto/bgp/packets.c
View file @
507eea4c
...
...
@@ -112,7 +112,7 @@ bgp_create_update(struct bgp_conn *conn, byte *buf)
break
;
}
}
else
if
(
!
a_size
)
/* Attributes not already encoded */
{
put_u16
(
w
,
0
);
w
+=
2
;
...
...
Write
Preview
Supports
Markdown
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