Diff
checker
Text
Text
Images
Documents
Excel
Folders
Legal
Enterprise
Desktop
Pricing
Sign in
Download Diffchecker Desktop
Compare text
Find the difference between two text files
Tools
History
Real-time editor
Hide unchanged lines
Disable line wrap
Layout
Split
Unified
Diff precision
Smart
Word
Char
Syntax highlighting
Choose syntax
Ignore
Transform text
Go to first change
Edit input
Diffchecker Desktop
The most secure way to run Diffchecker. Get the Diffchecker Desktop app: your diffs never leave your computer!
Get Desktop
Untitled diff
Created
11 years ago
Diff never expires
Clear
Export
Share
Explain
0 removals
Lines
Total
Removed
Characters
Total
Removed
To continue using this feature, upgrade to
Diff
checker
Pro
View Pricing
72 lines
Copy
1 addition
Lines
Total
Added
Characters
Total
Added
To continue using this feature, upgrade to
Diff
checker
Pro
View Pricing
73 lines
Copy
######################################
######################################
##-- 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
Copy
Copied
Copy
Copied
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
-
-
Saved diffs
Original text
Open file
###################################### ##-- 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 -
Changed text
Open file
###################################### ##-- 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 -
Find difference