Diff
checker
テキスト
テキスト
画像
ドキュメント
Excel
フォルダ
Legal
Enterprise
デスクトップ
料金
ログイン
Diffchecker デスクトップのダウンロード
テキスト比較
2 つのテキスト ファイルの違いを見つける
ツール
履歴
ライブエディター
未変更行を折りたたむ
折り返しなし
レイアウト
分割
統合
比較精度
スマート
単語
文字
シンタックスハイライト
構文を選択
無視
テキスト変換
最初の差分へ移動
入力を編集
Diffchecker Desktop
Diffcheckerを実行する最も安全な方法。Diffchecker Desktopアプリを入手:あなたの差分はコンピューターから出ることはありません!
Desktopを入手
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 -
違いを見つける