Cisco support...
FossilOrigin-Name: 611fffbd8253fe77e846e180dbd08046d4e8f3b4311ef52e20985f0adc5f9582
This commit is contained in:
parent
edc58b491d
commit
8fdc43ac9a
@ -62,8 +62,10 @@ UTILOBJS= \
|
||||
LWAPPOBJS = \
|
||||
lw_checksum.o \
|
||||
lw_put_ac_descriptor.o \
|
||||
lw_put_cisco_path_mtu.o \
|
||||
lw_readelem_wtp_name.o \
|
||||
|
||||
|
||||
# LWAPP cisco vendor specific objs
|
||||
LWAPPCISCOOBJS = \
|
||||
lw_addelem.o
|
||||
|
@ -40,6 +40,7 @@ int lw_addelem_cisco_padding(uint8_t *dst, int len)
|
||||
return lw_put_elem_hdr(dst,LW_ELEM_VENDOR_SPECIFIC,11+len);
|
||||
}
|
||||
|
||||
/*
|
||||
int lw_put_cisco_path_mtu(uint8_t *dst, uint16_t max, uint16_t padding)
|
||||
{
|
||||
lw_put_dword(dst,LW_VENDOR_CISCO);
|
||||
@ -49,6 +50,7 @@ int lw_put_cisco_path_mtu(uint8_t *dst, uint16_t max, uint16_t padding)
|
||||
memset(dst+10,0,padding);
|
||||
return padding+10;
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user