]> git.ipfire.org Git - thirdparty/lldpd.git/commit
dot3: as PD device, echo back PSE allocated value
authorVincent Bernat <vincent@bernat.im>
Sun, 19 Nov 2017 15:38:33 +0000 (16:38 +0100)
committerVincent Bernat <vincent@bernat.im>
Mon, 20 Nov 2017 18:31:50 +0000 (19:31 +0100)
commit1e33fa1d2cf4596abcb71e3a55449eb9a43ae7ec
treef60ad69daeb48e4908253590dacc9d5a5302e6fd
parentb941efa675ad5bd4a0c37c7111c4c6fd0e6052c8
dot3: as PD device, echo back PSE allocated value

Dot3 power TLV contains an allocated value and a requested value. When
PSE allocates some power and says so in its TLV, PD device is expected
to echo back (within 10 seconds) the received value in its own TLV. We
handle this part automatically.

Fix #243
Fix #249
NEWS
src/daemon/lldpd.c
tests/integration/test_dot3.py