Skip to content

Commit 734561a

Browse files
authored
Merge branch 'master' into master
2 parents 6cc9c46 + 00b3c78 commit 734561a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+126
-114
lines changed

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,5 +564,5 @@ Support
564564
=======
565565

566566
Contact Information:
567-
LLDP-devel Mailing List <lldp-devel@open-lldp.org>
567+
Issue Tracker: https://github.com/intel/openlldp/issues
568568
Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497

clif.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
the file called "COPYING".
2626
2727
Contact Information:
28-
open-lldp Mailing List <lldp-devel@open-lldp.org>
28+
Issue Tracker: https://github.com/intel/openlldp/issues
2929
3030
*******************************************************************************/
3131

config.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
the file called "COPYING".
2121
2222
Contact Information:
23-
open-lldp Mailing List <lldp-devel@open-lldp.org>
23+
Issue Tracker: https://github.com/intel/openlldp/issues
2424
2525
*******************************************************************************/
2626

@@ -135,7 +135,7 @@ void scan_port(UNUSED void *eloop_data, UNUSED void *user_ctx)
135135
}
136136
next = port->next;
137137
if (!found)
138-
remove_port(port->ifname);
138+
remove_port(port->ifname, true);
139139
}
140140

141141
/* Walk port list looking for devices that should have been added

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([lldpad], [1.2.99], [lldp-devel@open-lldp.org])
1+
AC_INIT([lldpad], [1.2.99], [https://github.com/intel/openlldp/issues])
22
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
33

44
m4_pattern_allow([AM_PROG_AR])

ctrl_iface.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
the file called "COPYING".
2626
2727
Contact Information:
28-
open-lldp Mailing List <lldp-devel@open-lldp.org>
28+
Issue Tracker: https://github.com/intel/openlldp/issues
2929
3030
*******************************************************************************/
3131

dcb_protocol.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
the file called "COPYING".
2121
2222
Contact Information:
23-
open-lldp Mailing List <lldp-devel@open-lldp.org>
23+
Issue Tracker: https://github.com/intel/openlldp/issues
2424
2525
*******************************************************************************/
2626

dcb_rule_chk.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
the file called "COPYING".
2121
2222
Contact Information:
23-
open-lldp Mailing List <lldp-devel@open-lldp.org>
23+
Issue Tracker: https://github.com/intel/openlldp/issues
2424
2525
*******************************************************************************/
2626

dcbtool.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
the file called "COPYING".
2626
2727
Contact Information:
28-
open-lldp Mailing List <lldp-devel@open-lldp.org>
28+
Issue Tracker: https://github.com/intel/openlldp/issues
2929
3030
*******************************************************************************/
3131

dcbtool_cmds.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
the file called "COPYING".
2121
2222
Contact Information:
23-
open-lldp Mailing List <lldp-devel@open-lldp.org>
23+
Issue Tracker: https://github.com/intel/openlldp/issues
2424
2525
*******************************************************************************/
2626

docs/dcbtool.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,5 +328,5 @@ The full GNU General Public License is included in this distribution in
328328
the file called "COPYING".
329329
.SH SUPPORT
330330
Contact Information:
331-
open-lldp Mailing List <lldp-devel@open-lldp.org>
331+
Issue Tracker: https://github.com/intel/openlldp/issues
332332

0 commit comments

Comments
 (0)