From d77602c1b5c0fd19a164a1d7759de3dbd05b6c4b Mon Sep 17 00:00:00 2001 From: Tom Herbers Date: Mon, 25 Nov 2024 17:45:47 +0100 Subject: [PATCH] treewide: drop all mentions of open-lldp.org closes #115 --- README | 2 +- clif.c | 2 +- config.c | 2 +- configure.ac | 2 +- ctrl_iface.c | 2 +- dcb_protocol.c | 2 +- dcb_rule_chk.c | 2 +- dcbtool.c | 2 +- dcbtool_cmds.c | 2 +- docs/dcbtool.8 | 2 +- docs/lldpad.8 | 2 +- docs/lldptool.8 | 2 +- docs/vdptool.8 | 2 +- event_iface.c | 2 +- include/clif.h | 2 +- include/clif_msgs.h | 2 +- include/config.h | 2 +- include/ctrl_iface.h | 2 +- include/dcb_driver_interface.h | 2 +- include/dcb_events.h | 2 +- include/dcb_persist_store.h | 2 +- include/dcb_protocol.h | 2 +- include/dcb_rule_chk.h | 2 +- include/dcb_types.h | 2 +- include/dcbtool.h | 2 +- include/event_iface.h | 2 +- include/list.h | 2 +- include/lldp.h | 2 +- include/lldp_8021qaz.h | 2 +- include/lldp_8021qaz_clif.h | 2 +- include/lldp_8021qaz_cmds.h | 2 +- include/lldp_8023.h | 2 +- include/lldp_8023_clif.h | 2 +- include/lldp_8023_cmds.h | 2 +- include/lldp_basman.h | 2 +- include/lldp_basman_clif.h | 2 +- include/lldp_basman_cmds.h | 2 +- include/lldp_dcbx.h | 2 +- include/lldp_dcbx_cfg.h | 2 +- include/lldp_dcbx_clif.h | 2 +- include/lldp_dcbx_cmds.h | 2 +- include/lldp_dcbx_nl.h | 2 +- include/lldp_mand.h | 2 +- include/lldp_mand_clif.h | 2 +- include/lldp_mand_cmds.h | 2 +- include/lldp_med.h | 2 +- include/lldp_med_clif.h | 2 +- include/lldp_med_cmds.h | 2 +- include/lldp_mod.h | 2 +- include/lldp_rtnl.h | 2 +- include/lldp_tlv.h | 2 +- include/lldp_util.h | 2 +- include/lldpad.h | 2 +- include/lldpad_shm.h | 2 +- include/lldpad_status.h | 2 +- include/lldptool.h | 2 +- include/lldptool_cli.h | 2 +- include/messages.h | 2 +- include/parse_cli.h | 2 +- include/tlv_dcbx.h | 2 +- include/version.h.in | 2 +- list.c | 2 +- lldp/agent.c | 2 +- lldp/agent.h | 2 +- lldp/l2_packet.h | 2 +- lldp/l2_packet_linux.c | 2 +- lldp/mibdata.h | 2 +- lldp/ports.c | 2 +- lldp/ports.h | 2 +- lldp/rx.c | 2 +- lldp/states.h | 2 +- lldp/tx.c | 2 +- lldp_8021qaz.c | 2 +- lldp_8021qaz_clif.c | 2 +- lldp_8021qaz_cmds.c | 2 +- lldp_8023.c | 2 +- lldp_8023_clif.c | 2 +- lldp_8023_cmds.c | 2 +- lldp_basman.c | 2 +- lldp_basman_clif.c | 2 +- lldp_basman_cmds.c | 2 +- lldp_dcbx.c | 2 +- lldp_dcbx_cfg.c | 2 +- lldp_dcbx_clif.c | 2 +- lldp_dcbx_cmds.c | 2 +- lldp_dcbx_nl.c | 2 +- lldp_mand.c | 2 +- lldp_mand_clif.c | 2 +- lldp_mand_cmds.c | 2 +- lldp_med.c | 2 +- lldp_med_clif.c | 2 +- lldp_med_cmds.c | 2 +- lldp_rtnl.c | 2 +- lldp_tlv.c | 2 +- lldp_util.c | 2 +- lldpad.c | 2 +- lldpad.init | 2 +- lldpad_shm.c | 2 +- lldptool.c | 2 +- lldptool_cmds.c | 2 +- log.c | 2 +- parse_cli.l | 2 +- test/lldp_clif_test.c | 2 +- test/nltest.c | 2 +- test/nltest.h | 2 +- tlv_dcbx.c | 2 +- vdptool.c | 2 +- weak_readline.c | 2 +- 108 files changed, 108 insertions(+), 108 deletions(-) diff --git a/README b/README index 8be5738..1ba5c80 100644 --- a/README +++ b/README @@ -564,5 +564,5 @@ Support ======= Contact Information: - LLDP-devel Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 diff --git a/clif.c b/clif.c index 0758a7e..477bf0d 100644 --- a/clif.c +++ b/clif.c @@ -25,7 +25,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/config.c b/config.c index 13ee7aa..650fdb6 100644 --- a/config.c +++ b/config.c @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/configure.ac b/configure.ac index e7cb118..177ddf6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([lldpad], [1.2.99], [lldp-devel@open-lldp.org]) +AC_INIT([lldpad], [1.2.99], [https://github.com/intel/openlldp/issues]) AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects]) m4_pattern_allow([AM_PROG_AR]) diff --git a/ctrl_iface.c b/ctrl_iface.c index 4367128..1f841a4 100644 --- a/ctrl_iface.c +++ b/ctrl_iface.c @@ -25,7 +25,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/dcb_protocol.c b/dcb_protocol.c index 930251b..e50f160 100644 --- a/dcb_protocol.c +++ b/dcb_protocol.c @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/dcb_rule_chk.c b/dcb_rule_chk.c index 5d8e386..bae0a93 100644 --- a/dcb_rule_chk.c +++ b/dcb_rule_chk.c @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/dcbtool.c b/dcbtool.c index 6c5ea79..86a0515 100644 --- a/dcbtool.c +++ b/dcbtool.c @@ -25,7 +25,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/dcbtool_cmds.c b/dcbtool_cmds.c index e1c76c4..a4028c6 100644 --- a/dcbtool_cmds.c +++ b/dcbtool_cmds.c @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/docs/dcbtool.8 b/docs/dcbtool.8 index c814cfb..335ca12 100644 --- a/docs/dcbtool.8 +++ b/docs/dcbtool.8 @@ -328,5 +328,5 @@ The full GNU General Public License is included in this distribution in the file called "COPYING". .SH SUPPORT Contact Information: -open-lldp Mailing List +Issue Tracker: https://github.com/intel/openlldp/issues diff --git a/docs/lldpad.8 b/docs/lldpad.8 index df1314e..d4f5af6 100644 --- a/docs/lldpad.8 +++ b/docs/lldpad.8 @@ -202,4 +202,4 @@ The full GNU General Public License is included in this distribution in the file called "COPYING". .SH SUPPORT Contact Information: -open-lldp Mailing List +Issue Tracker: https://github.com/intel/openlldp/issues diff --git a/docs/lldptool.8 b/docs/lldptool.8 index 28bcbaa..7e0cbd4 100644 --- a/docs/lldptool.8 +++ b/docs/lldptool.8 @@ -263,5 +263,5 @@ The full GNU General Public License is included in this distribution in the file called "COPYING". .SH SUPPORT Contact Information: -open-lldp Mailing List +Issue Tracker: https://github.com/intel/openlldp/issues diff --git a/docs/vdptool.8 b/docs/vdptool.8 index 4580c71..a790f40 100644 --- a/docs/vdptool.8 +++ b/docs/vdptool.8 @@ -338,4 +338,4 @@ The full GNU General Public License is included in this distribution in the file called "COPYING". .SH SUPPORT Contact Information: -open-lldp Mailing List +Issue Tracker: https://github.com/intel/openlldp/issues diff --git a/event_iface.c b/event_iface.c index 916bf4b..571fdfb 100644 --- a/event_iface.c +++ b/event_iface.c @@ -28,7 +28,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues ******************************************************************************/ diff --git a/include/clif.h b/include/clif.h index 648eedf..dda9691 100644 --- a/include/clif.h +++ b/include/clif.h @@ -25,7 +25,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/include/clif_msgs.h b/include/clif_msgs.h index a5b10f6..13b5aa3 100644 --- a/include/clif_msgs.h +++ b/include/clif_msgs.h @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/include/config.h b/include/config.h index 92fed7a..2a18df9 100644 --- a/include/config.h +++ b/include/config.h @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/include/ctrl_iface.h b/include/ctrl_iface.h index 1bd2b6f..a115a03 100644 --- a/include/ctrl_iface.h +++ b/include/ctrl_iface.h @@ -25,7 +25,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/include/dcb_driver_interface.h b/include/dcb_driver_interface.h index 9139569..4c26ca4 100644 --- a/include/dcb_driver_interface.h +++ b/include/dcb_driver_interface.h @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/include/dcb_events.h b/include/dcb_events.h index f37a2ab..b2bcbd5 100644 --- a/include/dcb_events.h +++ b/include/dcb_events.h @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/include/dcb_persist_store.h b/include/dcb_persist_store.h index 2d6c5a5..8041933 100644 --- a/include/dcb_persist_store.h +++ b/include/dcb_persist_store.h @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/include/dcb_protocol.h b/include/dcb_protocol.h index 04db021..14fe171 100644 --- a/include/dcb_protocol.h +++ b/include/dcb_protocol.h @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/include/dcb_rule_chk.h b/include/dcb_rule_chk.h index 6cb859e..e02c5d6 100644 --- a/include/dcb_rule_chk.h +++ b/include/dcb_rule_chk.h @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/include/dcb_types.h b/include/dcb_types.h index 23cf264..fc395eb 100644 --- a/include/dcb_types.h +++ b/include/dcb_types.h @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/include/dcbtool.h b/include/dcbtool.h index bb6617c..82c67a7 100644 --- a/include/dcbtool.h +++ b/include/dcbtool.h @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/include/event_iface.h b/include/event_iface.h index 23ea4fc..7378db6 100644 --- a/include/event_iface.h +++ b/include/event_iface.h @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/include/list.h b/include/list.h index 3096709..91bf4b0 100644 --- a/include/list.h +++ b/include/list.h @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/include/lldp.h b/include/lldp.h index 439c49a..d72ad32 100644 --- a/include/lldp.h +++ b/include/lldp.h @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/include/lldp_8021qaz.h b/include/lldp_8021qaz.h index 09dee20..6e568bf 100644 --- a/include/lldp_8021qaz.h +++ b/include/lldp_8021qaz.h @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/include/lldp_8021qaz_clif.h b/include/lldp_8021qaz_clif.h index 39fc7e4..4ab7e94 100644 --- a/include/lldp_8021qaz_clif.h +++ b/include/lldp_8021qaz_clif.h @@ -19,7 +19,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/include/lldp_8021qaz_cmds.h b/include/lldp_8021qaz_cmds.h index 060801a..e1bf259 100644 --- a/include/lldp_8021qaz_cmds.h +++ b/include/lldp_8021qaz_cmds.h @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/include/lldp_8023.h b/include/lldp_8023.h index 61d5a12..48dcdab 100644 --- a/include/lldp_8023.h +++ b/include/lldp_8023.h @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/include/lldp_8023_clif.h b/include/lldp_8023_clif.h index daf47c0..f41ae6d 100644 --- a/include/lldp_8023_clif.h +++ b/include/lldp_8023_clif.h @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/include/lldp_8023_cmds.h b/include/lldp_8023_cmds.h index f7e373b..79f6b4c 100644 --- a/include/lldp_8023_cmds.h +++ b/include/lldp_8023_cmds.h @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/include/lldp_basman.h b/include/lldp_basman.h index 49fab47..5a1488c 100644 --- a/include/lldp_basman.h +++ b/include/lldp_basman.h @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/include/lldp_basman_clif.h b/include/lldp_basman_clif.h index cfe0702..70c1743 100644 --- a/include/lldp_basman_clif.h +++ b/include/lldp_basman_clif.h @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/include/lldp_basman_cmds.h b/include/lldp_basman_cmds.h index 707de73..e529cc4 100644 --- a/include/lldp_basman_cmds.h +++ b/include/lldp_basman_cmds.h @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/include/lldp_dcbx.h b/include/lldp_dcbx.h index 2b69360..aede41c 100644 --- a/include/lldp_dcbx.h +++ b/include/lldp_dcbx.h @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/include/lldp_dcbx_cfg.h b/include/lldp_dcbx_cfg.h index ec97d68..4cbf850 100644 --- a/include/lldp_dcbx_cfg.h +++ b/include/lldp_dcbx_cfg.h @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/include/lldp_dcbx_clif.h b/include/lldp_dcbx_clif.h index b01f36c..93c5943 100644 --- a/include/lldp_dcbx_clif.h +++ b/include/lldp_dcbx_clif.h @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/include/lldp_dcbx_cmds.h b/include/lldp_dcbx_cmds.h index 39661e7..c75b75d 100644 --- a/include/lldp_dcbx_cmds.h +++ b/include/lldp_dcbx_cmds.h @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/include/lldp_dcbx_nl.h b/include/lldp_dcbx_nl.h index 8fed9d4..272d52e 100644 --- a/include/lldp_dcbx_nl.h +++ b/include/lldp_dcbx_nl.h @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/include/lldp_mand.h b/include/lldp_mand.h index fc21ede..115de79 100644 --- a/include/lldp_mand.h +++ b/include/lldp_mand.h @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/include/lldp_mand_clif.h b/include/lldp_mand_clif.h index afe1fc5..2eed818 100644 --- a/include/lldp_mand_clif.h +++ b/include/lldp_mand_clif.h @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/include/lldp_mand_cmds.h b/include/lldp_mand_cmds.h index 8effc6e..45ca1f3 100644 --- a/include/lldp_mand_cmds.h +++ b/include/lldp_mand_cmds.h @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/include/lldp_med.h b/include/lldp_med.h index 41a1d82..5f0b0fa 100644 --- a/include/lldp_med.h +++ b/include/lldp_med.h @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/include/lldp_med_clif.h b/include/lldp_med_clif.h index 5317a15..c57f9c6 100644 --- a/include/lldp_med_clif.h +++ b/include/lldp_med_clif.h @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/include/lldp_med_cmds.h b/include/lldp_med_cmds.h index 61a51bc..875a95a 100644 --- a/include/lldp_med_cmds.h +++ b/include/lldp_med_cmds.h @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/include/lldp_mod.h b/include/lldp_mod.h index 9733595..a39cb1d 100644 --- a/include/lldp_mod.h +++ b/include/lldp_mod.h @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/include/lldp_rtnl.h b/include/lldp_rtnl.h index c21236d..31c5587 100644 --- a/include/lldp_rtnl.h +++ b/include/lldp_rtnl.h @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/include/lldp_tlv.h b/include/lldp_tlv.h index 0a066d4..a114dde 100644 --- a/include/lldp_tlv.h +++ b/include/lldp_tlv.h @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/include/lldp_util.h b/include/lldp_util.h index 677a7f7..1969a09 100644 --- a/include/lldp_util.h +++ b/include/lldp_util.h @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/include/lldpad.h b/include/lldpad.h index 4b6184f..bc88c6a 100644 --- a/include/lldpad.h +++ b/include/lldpad.h @@ -25,7 +25,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/include/lldpad_shm.h b/include/lldpad_shm.h index 587b555..e53586f 100644 --- a/include/lldpad_shm.h +++ b/include/lldpad_shm.h @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/include/lldpad_status.h b/include/lldpad_status.h index 568063b..cdbc809 100644 --- a/include/lldpad_status.h +++ b/include/lldpad_status.h @@ -25,7 +25,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/include/lldptool.h b/include/lldptool.h index a190009..c40720e 100644 --- a/include/lldptool.h +++ b/include/lldptool.h @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/include/lldptool_cli.h b/include/lldptool_cli.h index 2cfeba2..758adce 100644 --- a/include/lldptool_cli.h +++ b/include/lldptool_cli.h @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/include/messages.h b/include/messages.h index d52bdac..f470533 100644 --- a/include/messages.h +++ b/include/messages.h @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/include/parse_cli.h b/include/parse_cli.h index 090d8af..358486c 100644 --- a/include/parse_cli.h +++ b/include/parse_cli.h @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/include/tlv_dcbx.h b/include/tlv_dcbx.h index 5509b38..c7ee52f 100644 --- a/include/tlv_dcbx.h +++ b/include/tlv_dcbx.h @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/include/version.h.in b/include/version.h.in index 1fd9e56..2d15ba1 100644 --- a/include/version.h.in +++ b/include/version.h.in @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/list.c b/list.c index 7981ede..6af042f 100644 --- a/list.c +++ b/list.c @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/lldp/agent.c b/lldp/agent.c index 14fcf71..d78438c 100644 --- a/lldp/agent.c +++ b/lldp/agent.c @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/lldp/agent.h b/lldp/agent.h index 90da3e0..1a6e1f1 100644 --- a/lldp/agent.h +++ b/lldp/agent.h @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/lldp/l2_packet.h b/lldp/l2_packet.h index 831958c..b5c04a0 100644 --- a/lldp/l2_packet.h +++ b/lldp/l2_packet.h @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/lldp/l2_packet_linux.c b/lldp/l2_packet_linux.c index be9b8af..f4cbcf9 100644 --- a/lldp/l2_packet_linux.c +++ b/lldp/l2_packet_linux.c @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/lldp/mibdata.h b/lldp/mibdata.h index 0db239a..0968d6d 100644 --- a/lldp/mibdata.h +++ b/lldp/mibdata.h @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/lldp/ports.c b/lldp/ports.c index 3eab71f..4d3b5a4 100644 --- a/lldp/ports.c +++ b/lldp/ports.c @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/lldp/ports.h b/lldp/ports.h index 21280e0..431b1b6 100644 --- a/lldp/ports.h +++ b/lldp/ports.h @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/lldp/rx.c b/lldp/rx.c index 467ee2a..0ff2008 100644 --- a/lldp/rx.c +++ b/lldp/rx.c @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/lldp/states.h b/lldp/states.h index f7b8ee0..67698d2 100644 --- a/lldp/states.h +++ b/lldp/states.h @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/lldp/tx.c b/lldp/tx.c index cb67854..99d1a05 100644 --- a/lldp/tx.c +++ b/lldp/tx.c @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/lldp_8021qaz.c b/lldp_8021qaz.c index ef44508..bf910af 100644 --- a/lldp_8021qaz.c +++ b/lldp_8021qaz.c @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues ******************************************************************************/ diff --git a/lldp_8021qaz_clif.c b/lldp_8021qaz_clif.c index 9031cb0..bf83923 100644 --- a/lldp_8021qaz_clif.c +++ b/lldp_8021qaz_clif.c @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/lldp_8021qaz_cmds.c b/lldp_8021qaz_cmds.c index 6bc2bb8..15f867f 100644 --- a/lldp_8021qaz_cmds.c +++ b/lldp_8021qaz_cmds.c @@ -19,7 +19,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/lldp_8023.c b/lldp_8023.c index a92df17..81bd4e5 100644 --- a/lldp_8023.c +++ b/lldp_8023.c @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/lldp_8023_clif.c b/lldp_8023_clif.c index c25d45e..0ea3343 100644 --- a/lldp_8023_clif.c +++ b/lldp_8023_clif.c @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/lldp_8023_cmds.c b/lldp_8023_cmds.c index 3253f11..9115144 100644 --- a/lldp_8023_cmds.c +++ b/lldp_8023_cmds.c @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/lldp_basman.c b/lldp_basman.c index cb0c50c..cfa8cda 100644 --- a/lldp_basman.c +++ b/lldp_basman.c @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/lldp_basman_clif.c b/lldp_basman_clif.c index abd152d..d4ad2aa 100644 --- a/lldp_basman_clif.c +++ b/lldp_basman_clif.c @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/lldp_basman_cmds.c b/lldp_basman_cmds.c index 3497966..2f40d94 100644 --- a/lldp_basman_cmds.c +++ b/lldp_basman_cmds.c @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/lldp_dcbx.c b/lldp_dcbx.c index 850292c..ce634ac 100644 --- a/lldp_dcbx.c +++ b/lldp_dcbx.c @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/lldp_dcbx_cfg.c b/lldp_dcbx_cfg.c index ab9cc35..59bc846 100644 --- a/lldp_dcbx_cfg.c +++ b/lldp_dcbx_cfg.c @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/lldp_dcbx_clif.c b/lldp_dcbx_clif.c index 392f3f7..56be043 100644 --- a/lldp_dcbx_clif.c +++ b/lldp_dcbx_clif.c @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/lldp_dcbx_cmds.c b/lldp_dcbx_cmds.c index 9f49199..7a0a1bd 100644 --- a/lldp_dcbx_cmds.c +++ b/lldp_dcbx_cmds.c @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/lldp_dcbx_nl.c b/lldp_dcbx_nl.c index f9a6405..126faf3 100644 --- a/lldp_dcbx_nl.c +++ b/lldp_dcbx_nl.c @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/lldp_mand.c b/lldp_mand.c index a56296a..989003e 100644 --- a/lldp_mand.c +++ b/lldp_mand.c @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/lldp_mand_clif.c b/lldp_mand_clif.c index 9db344d..d8b1ccc 100644 --- a/lldp_mand_clif.c +++ b/lldp_mand_clif.c @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/lldp_mand_cmds.c b/lldp_mand_cmds.c index 1c43bf4..bfbe98f 100644 --- a/lldp_mand_cmds.c +++ b/lldp_mand_cmds.c @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/lldp_med.c b/lldp_med.c index 7b6996e..b4d7149 100644 --- a/lldp_med.c +++ b/lldp_med.c @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/lldp_med_clif.c b/lldp_med_clif.c index 16de2b6..17334cd 100644 --- a/lldp_med_clif.c +++ b/lldp_med_clif.c @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/lldp_med_cmds.c b/lldp_med_cmds.c index 616558a..dc31e87 100644 --- a/lldp_med_cmds.c +++ b/lldp_med_cmds.c @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/lldp_rtnl.c b/lldp_rtnl.c index 0a886e9..49b570b 100644 --- a/lldp_rtnl.c +++ b/lldp_rtnl.c @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/lldp_tlv.c b/lldp_tlv.c index f316699..a980aac 100644 --- a/lldp_tlv.c +++ b/lldp_tlv.c @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/lldp_util.c b/lldp_util.c index d0e8264..510d2ef 100644 --- a/lldp_util.c +++ b/lldp_util.c @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/lldpad.c b/lldpad.c index 65e92c7..9a01686 100644 --- a/lldpad.c +++ b/lldpad.c @@ -25,7 +25,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/lldpad.init b/lldpad.init index 3d55fa9..882af98 100644 --- a/lldpad.init +++ b/lldpad.init @@ -25,7 +25,7 @@ # the file called "COPYING". # # Contact Information: -# open-lldp Mailing List +# Issue Tracker: https://github.com/intel/openlldp/issues # ################################################################################ # diff --git a/lldpad_shm.c b/lldpad_shm.c index d8bc0c5..bed9736 100644 --- a/lldpad_shm.c +++ b/lldpad_shm.c @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/lldptool.c b/lldptool.c index 2bb0a4b..7a4f580 100644 --- a/lldptool.c +++ b/lldptool.c @@ -25,7 +25,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/lldptool_cmds.c b/lldptool_cmds.c index a6cf7f1..1de7160 100644 --- a/lldptool_cmds.c +++ b/lldptool_cmds.c @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/log.c b/log.c index 6e9995b..8dd7478 100644 --- a/log.c +++ b/log.c @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/parse_cli.l b/parse_cli.l index dbe1076..7f8ece5 100644 --- a/parse_cli.l +++ b/parse_cli.l @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/test/lldp_clif_test.c b/test/lldp_clif_test.c index 11a3e9c..a629fbb 100644 --- a/test/lldp_clif_test.c +++ b/test/lldp_clif_test.c @@ -21,7 +21,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/test/nltest.c b/test/nltest.c index cd28977..770b3f4 100644 --- a/test/nltest.c +++ b/test/nltest.c @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/test/nltest.h b/test/nltest.h index 6a6ff59..66e912d 100644 --- a/test/nltest.h +++ b/test/nltest.h @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/tlv_dcbx.c b/tlv_dcbx.c index aee3845..867b53c 100644 --- a/tlv_dcbx.c +++ b/tlv_dcbx.c @@ -20,7 +20,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/vdptool.c b/vdptool.c index 505ed1b..813583e 100644 --- a/vdptool.c +++ b/vdptool.c @@ -25,7 +25,7 @@ the file called "COPYING". Contact Information: - open-lldp Mailing List + Issue Tracker: https://github.com/intel/openlldp/issues *******************************************************************************/ diff --git a/weak_readline.c b/weak_readline.c index 2d8da46..7d2566d 100644 --- a/weak_readline.c +++ b/weak_readline.c @@ -19,7 +19,7 @@ * the file called "COPYING". * * Contact Information: - * open-lldp Mailing List + * Issue Tracker: https://github.com/intel/openlldp/issues */ #define _GNU_SOURCE