124 Star 0 Fork 18

src-openEuler/resource-agents

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
backport-findif.sh-remove-local-proto-to-use-global-proto-fro.patch 646 Bytes
一键复制 编辑 原始数据 按行查看 历史
From db2aa652a846513d124ac445e1d1e16f332adaa1 Mon Sep 17 00:00:00 2001
From: Oyvind Albrigtsen <[email protected]>
Date: Wed, 2 Oct 2024 09:40:55 +0200
Subject: [PATCH 07/10] findif.sh: remove "local proto" to use global proto
from the agents
---
heartbeat/findif.sh | 1 -
1 file changed, 1 deletion(-)
diff --git a/heartbeat/findif.sh b/heartbeat/findif.sh
index 7b817f75..2ae91e95 100644
--- a/heartbeat/findif.sh
+++ b/heartbeat/findif.sh
@@ -196,7 +196,6 @@ findif()
{
local match="$OCF_RESKEY_ip"
local family
- local proto
local scope
local nic="$OCF_RESKEY_nic"
local netmask="$OCF_RESKEY_cidr_netmask"
--
2.25.1
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/resource-agents.git
[email protected]:src-openeuler/resource-agents.git
src-openeuler
resource-agents
resource-agents
master

搜索帮助