Shorter debug constant names.
FossilOrigin-Name: 128431970612dcfe591b149adc472ee48a035ad2e1d5c190a4d1f9b49bc969ed
This commit is contained in:
@ -34,7 +34,7 @@ int lw_addelem_vendor_specific(uint8_t *dst,uint32_t vendor_id,uint16_t elem_id,
|
||||
int lw_addelem_cisco_padding(uint8_t *dst, int len)
|
||||
{
|
||||
lw_put_dword(dst+3,LW_VENDOR_CISCO);
|
||||
lw_put_word(dst+7,LW_ELEM_CISCO_PATH_MTU);
|
||||
lw_put_word(dst+7,LW_CISCO_PATH_MTU);
|
||||
lw_put_word(dst+9,len);
|
||||
memset(dst+11,0,len);
|
||||
return lw_put_elem_hdr(dst,LW_ELEM_VENDOR_SPECIFIC,11+len);
|
||||
|
Reference in New Issue
Block a user