diff options
author | Thomas Mangin <thomas.mangin@exa.net.uk> | 2020-03-07 23:32:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-07 23:32:27 +0000 |
commit | 29db0d04ceec3ef4a869d8809f06b89051a3d430 (patch) | |
tree | 43a2a320b5358460d950fb116f9cc751bd2fa0da /scripts | |
parent | 2c1d2a03e950112bff995e6070020a7f74912b35 (diff) | |
parent | 77b4dc894551a6ff52d825799ea75ec0f3603074 (diff) | |
download | vyatta-op-29db0d04ceec3ef4a869d8809f06b89051a3d430.tar.gz vyatta-op-29db0d04ceec3ef4a869d8809f06b89051a3d430.zip |
Merge branch 'current' into current
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/ping | 39 |
1 files changed, 9 insertions, 30 deletions
diff --git a/scripts/ping b/scripts/ping index 60430d6..e41e334 100755 --- a/scripts/ping +++ b/scripts/ping @@ -1,39 +1,18 @@ #! /usr/bin/env python3 -# Copyright 2020 VyOS maintainers and contributors <maintainers@vyos.io> +# Copyright (C) 2020 VyOS maintainers and contributors # -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. +# 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 library is distributed in the hope that it will be useful, +# 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 -# Lesser General Public License for more details. +# 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 Lesser General Public -# License along with this library. If not, see <http://www.gnu.org/licenses/>. -# -# Syntax -# ping HOST -# [ audible ] -# [ adaptive ] -# [ allow-broadcast] -# [ count REQUESTS ] -# [ mark N ] -# [ flow LABEL ] -# [ flood ] -# [ interval ] -# [ pattern PATTERN ] -# [ timestamp ] -# [ tos VALUE ] -# [ quiet ] -# [ bypass-routing ] -# [ size SIZE ] -# [ ttl TTL ] -# [ vrf table ] -# [ verbose ] +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. import os import sys |