]> git.ipfire.org Git - thirdparty/lldpd.git/history - src/lldpctl.c
Update ISC license wording.
[thirdparty/lldpd.git] / src / lldpctl.c
2011-05-20  Vincent BernatUpdate ISC license wording.
2011-04-26  Vincent BernatAdd support for 802.3at.
2011-04-26  Vincent BernatAllow to set Dot3 POE-MDI TLV from lldpctl.
2011-03-05  Vincent BernatAllow root to change configuration of lldpd when lldpct...
2010-06-18  Vincent Bernat[lldpctl] Fix a spelling error
2010-04-11  Vincent BernatAdd a new output for lldpctl: keyvalue.
2010-04-03  Vincent BernatAllow to set LLDP-MED POE-MDI TLV from lldpctl.
2010-03-24  Vincent BernatAllow lldpctl to set both location and policy at the...
2010-03-24  Vincent BernatAllow to set LLDP-MED network policy TLV from lldpctl.
2010-03-17  Vincent BernatAdd specifically a "-h" switch for lldpd and lldpctl
2010-03-17  Vincent BernatAdd "format" option.
2010-03-17  Vincent BernatUse some conditionals to display some command line...
2010-03-17  Vincent BernatAdd a summary of available options in usage() of lldpd...
2010-03-06  Andreas HofmeisterImplement an XML writer.
2010-03-06  Andreas HofmeisterRip display related stuff out of lldpctl and put into...
2010-02-28  Andreas HofmeisterMake lldpctl refuse attempts to change anything when...
2009-12-05  Vincent BernatMerge branch '30-vlanid-without-name'
2009-12-05  Vincent BernatDisplay PVID even when we don't know its name.
2009-12-05  Vincent BernatCope with Port VLAN ID but no VLAN names.
2009-10-28  Vincent BernatMake lldpctl display the age of displayed information.
2009-10-01  Vincent BernatMerge branch '15-old-compat'
2009-09-29  Vincent BernatAdd support for libc not defining __progname symbol.
2009-09-29  Vincent BernatReplace index() by strchr()
2009-05-24  Vincent BernatAdapt lldpctl to display received systems for each...
2009-03-08  Vincent BernatFix alignment issue that may appear when reading 64bit...
2008-12-26  Vincent BernatFix lldpctl to display capability bit "Router"
2008-12-26  Vincent BernatUse static for all not to be exported symbols
2008-12-23  Vincent BernatMove LLDP-MED location/policy to port instead of chassis.
2008-12-19  Vincent BernatAdding missing values for MAU type, thanks to James...
2008-12-16  Vincent BernatHandle reception and display of PVID
2008-12-16  Vincent BernatThis is maximum frame size, not MTU
2008-12-16  Vincent BernatAdd Maximum Frame Size support. For Linux, we just...
2008-12-13  Vincent BernatAllow to send LLDP-MED location.
2008-12-12  Vincent BernatAllow to specify interfaces to display on lldpctl comma...
2008-12-12  Vincent BernatDon't display management IP if there is none
2008-12-12  Vincent BernatFix parsing of LLDP-MED location, including display...
2008-12-11  Vincent BernatMerge branch 'master' into lldpmed
2008-12-11  Vincent BernatFix compilation on 32bits arch by using long long int...
2008-12-10  Vincent BernatDo not display autoneg stuff when we have nothing
2008-12-08  Vincent BernatDisplay available capabilities instead of enabled capab...
2008-12-08  Vincent BernatHandle correctly MDI/PSE or PD capabilities
2008-12-08  Vincent BernatParse LLDP-MED MDI when receiving frames
2008-12-08  Vincent BernatParse location for LLDP-MED.
2008-12-08  Vincent BernatAccept to receive several location and several network...
2008-12-08  Vincent BernatDump less information for LLDP-MED location data
2008-12-07  Vincent BernatDon't output too many new lines when displaying LLDP...
2008-12-07  Vincent BernatEncode location data as data+len to enable use of 0...
2008-12-07  Vincent BernatMerge branch 'master' into lldpmed
2008-12-07  Vincent BernatCompute and handle correctly LLDP-MED capabilities...
2008-12-05  Vincent BernatMore LLDP-MED support, thanks to Michael Hanig.
2008-11-26  Vincent BernatAdd a way to disable Dot1 and Dot3
2008-11-26  Vincent BernatImplement LLDP-MED reception and display
2008-10-15  Vincent BernatInitial import