Diff
checker
文本
文本
圖像
文檔
Excel
文件夾
Legal
Enterprise
桌面版
定價
登入
下載 Diffchecker 桌面版
比較文本
尋找兩個文字檔案之間的差異
工具
歷史
即時編輯器
摺疊未變更行
關閉換行
檢視
拆分
統一
比對精度
智能
單詞
字符
語法突出顯示
選擇語法
忽略
文字轉換
前往第一個差異
編輯輸入
Diffchecker Desktop
執行Diffchecker最安全的方式。取得Diffchecker桌面應用程式:您的差異永遠不會離開您的電腦!
取得桌面版
Untitled diff
建立於
11 年前
差異永不過期
清除
匯出
分享
解釋
0 刪除
行
總計
刪除
字符
總計
刪除
要繼續使用此功能,請升級到
Diff
checker
Pro
查看價格
72 行
全部複製
1 新增
行
總計
新增
字符
總計
新增
要繼續使用此功能,請升級到
Diff
checker
Pro
查看價格
73 行
全部複製
######################################
######################################
##-- mcproxy configuration script --##
##-- mcproxy configuration script --##
######################################
######################################
# Protocol: IGMPv1|IGMPv2|IGMPv3 (IPv4) - MLDv1|MLDv2 (IPv6)
# Protocol: IGMPv1|IGMPv2|IGMPv3 (IPv4) - MLDv1|MLDv2 (IPv6)
protocol IGMPv3;
protocol IGMPv3;
###########################################
###########################################
# Proxy Instance: upstream ==> downstream
# Proxy Instance: upstream ==> downstream
pinstance A: ap a1 ==> ap a2;
pinstance A: ap a1 ==> ap a2;
pinstance B: bp b1 ==> bp b2;
pinstance B: bp b1 ==> bp b2;
# Proxy Instance: upstream ==> downstream
# Proxy Instance: upstream ==> downstream
複製
已複製
複製
已複製
pinstance iptv: "eth0.2" ==> "eth0.4";
###########################################
###########################################
# Tables
# Tables
table allways {
table allways {
(*|*)
(*|*)
};
};
table piA_peering_ifs {
table piA_peering_ifs {
ap(*|*)
ap(*|*)
};
};
table piA_upstreams {
table piA_upstreams {
a1(*|*)
a1(*|*)
};
};
table piB_peering_ifs {
table piB_peering_ifs {
bp(*|*)
bp(*|*)
};
};
table piB_upstreams {
table piB_upstreams {
b1(*|*)
b1(*|*)
};
};
###########################################
###########################################
# Instance Behaviour
# Instance Behaviour
pinstance A upstream * in rulematching mutex 10; #or 25ms (u4)
pinstance A upstream * in rulematching mutex 10; #or 25ms (u4)
#pinstance A upstream * out rulematching all; #default
#pinstance A upstream * out rulematching all; #default
pinstance A upstream ap out blacklist table allways; #(u1)
pinstance A upstream ap out blacklist table allways; #(u1)
#pinstance A upstream ap in whitelist table {(*|*)}; #default (u2, u3)
#pinstance A upstream ap in whitelist table {(*|*)}; #default (u2, u3)
pinstance A upstream a1 out blacklist table piA_peering_ifs; #(u3_1)
pinstance A upstream a1 out blacklist table piA_peering_ifs; #(u3_1)
#pinstance A upstream a1 in whitelist table {(*|*)}; #default
#pinstance A upstream a1 in whitelist table {(*|*)}; #default
pinstance A downstream ap in blacklist table allways; #(d1)
pinstance A downstream ap in blacklist table allways; #(d1)
pinstance A downstream ap out blacklist table piA_upstreams; #(d2, d2_1, d3, d4)
pinstance A downstream ap out blacklist table piA_upstreams; #(d2, d2_1, d3, d4)
#pinstance A downstream a2 in whitelist table {(*|*)}; #default
#pinstance A downstream a2 in whitelist table {(*|*)}; #default
#pinstance A downstream a2 out whitelist table {(*|*)}; #default
#pinstance A downstream a2 out whitelist table {(*|*)}; #default
pinstance B upstream * in rulematching mutex 10; #or 25ms (u4)
pinstance B upstream * in rulematching mutex 10; #or 25ms (u4)
#pinstance B upstream * out rulematching all; #default
#pinstance B upstream * out rulematching all; #default
pinstance B upstream bp out blacklist table allways; #(u1)
pinstance B upstream bp out blacklist table allways; #(u1)
#pinstance B upstream bp in whitelist table {(*|*)}; #default (u2, u3)
#pinstance B upstream bp in whitelist table {(*|*)}; #default (u2, u3)
pinstance B upstream b1 out blacklist table piB_peering_ifs; #(u3_1)
pinstance B upstream b1 out blacklist table piB_peering_ifs; #(u3_1)
#pinstance b upstream b1 in whitelist table {(*|*)}; #default
#pinstance b upstream b1 in whitelist table {(*|*)}; #default
pinstance B downstream bp in blacklist table allways; #(d1)
pinstance B downstream bp in blacklist table allways; #(d1)
pinstance B downstream bp out blacklist table piB_upstreams; #(d2, d2_1, d3, d4)
pinstance B downstream bp out blacklist table piB_upstreams; #(d2, d2_1, d3, d4)
#pinstance B downstream b2 in whitelist table {(*|*)}; #default
#pinstance B downstream b2 in whitelist table {(*|*)}; #default
#pinstance B downstream b2 out whitelist table {(*|*)}; #default
#pinstance B downstream b2 out whitelist table {(*|*)}; #default
-
-
已保存差異
原始文本
開啟檔案
###################################### ##-- mcproxy configuration script --## ###################################### # Protocol: IGMPv1|IGMPv2|IGMPv3 (IPv4) - MLDv1|MLDv2 (IPv6) protocol IGMPv3; ########################################### # Proxy Instance: upstream ==> downstream pinstance A: ap a1 ==> ap a2; pinstance B: bp b1 ==> bp b2; # Proxy Instance: upstream ==> downstream ########################################### # Tables table allways { (*|*) }; table piA_peering_ifs { ap(*|*) }; table piA_upstreams { a1(*|*) }; table piB_peering_ifs { bp(*|*) }; table piB_upstreams { b1(*|*) }; ########################################### # Instance Behaviour pinstance A upstream * in rulematching mutex 10; #or 25ms (u4) #pinstance A upstream * out rulematching all; #default pinstance A upstream ap out blacklist table allways; #(u1) #pinstance A upstream ap in whitelist table {(*|*)}; #default (u2, u3) pinstance A upstream a1 out blacklist table piA_peering_ifs; #(u3_1) #pinstance A upstream a1 in whitelist table {(*|*)}; #default pinstance A downstream ap in blacklist table allways; #(d1) pinstance A downstream ap out blacklist table piA_upstreams; #(d2, d2_1, d3, d4) #pinstance A downstream a2 in whitelist table {(*|*)}; #default #pinstance A downstream a2 out whitelist table {(*|*)}; #default pinstance B upstream * in rulematching mutex 10; #or 25ms (u4) #pinstance B upstream * out rulematching all; #default pinstance B upstream bp out blacklist table allways; #(u1) #pinstance B upstream bp in whitelist table {(*|*)}; #default (u2, u3) pinstance B upstream b1 out blacklist table piB_peering_ifs; #(u3_1) #pinstance b upstream b1 in whitelist table {(*|*)}; #default pinstance B downstream bp in blacklist table allways; #(d1) pinstance B downstream bp out blacklist table piB_upstreams; #(d2, d2_1, d3, d4) #pinstance B downstream b2 in whitelist table {(*|*)}; #default #pinstance B downstream b2 out whitelist table {(*|*)}; #default -
更改後文本
開啟檔案
###################################### ##-- mcproxy configuration script --## ###################################### # Protocol: IGMPv1|IGMPv2|IGMPv3 (IPv4) - MLDv1|MLDv2 (IPv6) protocol IGMPv3; ########################################### # Proxy Instance: upstream ==> downstream pinstance A: ap a1 ==> ap a2; pinstance B: bp b1 ==> bp b2; # Proxy Instance: upstream ==> downstream pinstance iptv: "eth0.2" ==> "eth0.4"; ########################################### # Tables table allways { (*|*) }; table piA_peering_ifs { ap(*|*) }; table piA_upstreams { a1(*|*) }; table piB_peering_ifs { bp(*|*) }; table piB_upstreams { b1(*|*) }; ########################################### # Instance Behaviour pinstance A upstream * in rulematching mutex 10; #or 25ms (u4) #pinstance A upstream * out rulematching all; #default pinstance A upstream ap out blacklist table allways; #(u1) #pinstance A upstream ap in whitelist table {(*|*)}; #default (u2, u3) pinstance A upstream a1 out blacklist table piA_peering_ifs; #(u3_1) #pinstance A upstream a1 in whitelist table {(*|*)}; #default pinstance A downstream ap in blacklist table allways; #(d1) pinstance A downstream ap out blacklist table piA_upstreams; #(d2, d2_1, d3, d4) #pinstance A downstream a2 in whitelist table {(*|*)}; #default #pinstance A downstream a2 out whitelist table {(*|*)}; #default pinstance B upstream * in rulematching mutex 10; #or 25ms (u4) #pinstance B upstream * out rulematching all; #default pinstance B upstream bp out blacklist table allways; #(u1) #pinstance B upstream bp in whitelist table {(*|*)}; #default (u2, u3) pinstance B upstream b1 out blacklist table piB_peering_ifs; #(u3_1) #pinstance b upstream b1 in whitelist table {(*|*)}; #default pinstance B downstream bp in blacklist table allways; #(d1) pinstance B downstream bp out blacklist table piB_upstreams; #(d2, d2_1, d3, d4) #pinstance B downstream b2 in whitelist table {(*|*)}; #default #pinstance B downstream b2 out whitelist table {(*|*)}; #default -
尋找差異