[mpls-linux-general] Message length
Status: Beta
Brought to you by:
jleu
|
From: Kunihiro I. <kun...@ze...> - 2001-04-30 11:49:14
|
Hi, it seems current CVS repository version of ldp_potable does not
set message length properly.
Index: ldp_mesg.c
===================================================================
RCS file: /cvsroot/mpls-linux/ldp-portable/lib/ldp_mesg.c,v
retrieving revision 1.1
diff -c -r1.1 ldp_mesg.c
*** ldp_mesg.c 2001/04/24 10:59:50 1.1
--- ldp_mesg.c 2001/04/30 11:48:30
***************
*** 126,131 ****
--- 126,132 ----
msg->u.generic.flags.flags.msgType = type;
msg->u.generic.msgId = id;
+ msg->u.generic.msgLength = MPLS_MSGIDFIXLEN;
}
void ldp_mesg_delete(ldp_mesg *msg) {
|