Thanks to both. Pushed!

On Thu, Jan 15, 2015 at 9:33 AM, Mantas Mikulėnas <[email protected]> wrote:
> On Thu, Jan 15, 2015 at 9:11 AM, Susant Sahani <[email protected]> wrote:
>>
>> The Zyxel switch sends port subtype as Locally assigned (7).
>> Add LLDP_PORT_SUBTYPE_LOCALLY_ASSIGNED as supported type
>>
>> reported by Mantas Mikulėnas <[email protected]>
>> ---
>>  src/libsystemd-network/lldp-internal.c | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/src/libsystemd-network/lldp-internal.c
>> b/src/libsystemd-network/lldp-internal.c
>> index f843fd2..c6a989a 100644
>> --- a/src/libsystemd-network/lldp-internal.c
>> +++ b/src/libsystemd-network/lldp-internal.c
>> @@ -89,6 +89,7 @@ int lldp_read_port_id(tlv_packet *tlv,
>>          case LLDP_PORT_SUBTYPE_PORT_COMPONENT:
>>          case LLDP_PORT_SUBTYPE_INTERFACE_ALIAS:
>>          case LLDP_PORT_SUBTYPE_INTERFACE_NAME:
>> +        case LLDP_PORT_SUBTYPE_LOCALLY_ASSIGNED:
>>
>>                  r = tlv_packet_read_string(tlv, &s, length);
>>                  if (r < 0)
>> --
>> 2.1.0
>
>
> Tested, works fine.
>
> --
> Mantas Mikulėnas <[email protected]>
>
> _______________________________________________
> systemd-devel mailing list
> [email protected]
> http://lists.freedesktop.org/mailman/listinfo/systemd-devel
>
_______________________________________________
systemd-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to