Commit 51d9336f authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

lib/lldp: change system name to WRPC

parent 49ea6c0f
......@@ -94,7 +94,7 @@ static void lldp_add_tlv(int tlv_type) {
/* TLV Info srting */
/* TODO get host system name from wr-core outer world */
strcpy(lldpdu + lldpdu_len, "WR Timing Receiver");
strcpy(lldpdu + lldpdu_len, "WR PTP Core");
break;
case SYS_DESCR:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment