diff options
author | Christian Breunig <christian@breunig.cc> | 2023-12-25 11:11:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-25 11:11:08 +0100 |
commit | 7f16fffe0afc76fa780f5044d06dfc754332860e (patch) | |
tree | a764448c31a4b0a15ecb488331bca6c8c30d4b5e /src/migration-scripts/lldp/0-to-1 | |
parent | b1a35b8ae02c7a72ee29bf3e1595fedf254479ee (diff) | |
parent | 1902f252c4c270cf7981fecd486e293ec2182fd9 (diff) | |
download | vyos-1x-7f16fffe0afc76fa780f5044d06dfc754332860e.tar.gz vyos-1x-7f16fffe0afc76fa780f5044d06dfc754332860e.zip |
Merge pull request #2688 from vyos/mergify/bp/sagitta/pr-2687
snmp: T5855: migrate "set service lldp snmp enable" to "set service lldp snmp" (backport #2687)
Diffstat (limited to 'src/migration-scripts/lldp/0-to-1')
-rwxr-xr-x | src/migration-scripts/lldp/0-to-1 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/migration-scripts/lldp/0-to-1 b/src/migration-scripts/lldp/0-to-1 index a936cbdfc..a99356062 100755 --- a/src/migration-scripts/lldp/0-to-1 +++ b/src/migration-scripts/lldp/0-to-1 @@ -1,4 +1,18 @@ #!/usr/bin/env python3 +# +# Copyright (C) 2020 VyOS maintainers and contributors +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License version 2 or later as +# published by the Free Software Foundation. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. # Delete "set service lldp interface <interface> location civic-based" option # as it was broken most of the time anyways |