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
1 removal
Lines
Total
Removed
Characters
Total
Removed
To continue using this feature, upgrade to
Diff
checker
Pro
View Pricing
77 lines
Copy
18 additions
Lines
Total
Added
Characters
Total
Added
To continue using this feature, upgrade to
Diff
checker
Pro
View Pricing
94 lines
Copy
config interface 'loopback'
config interface 'loopback'
option ifname 'lo'
option ifname 'lo'
option proto 'static'
option proto 'static'
option ipaddr '127.0.0.1'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
option netmask '255.0.0.0'
config globals 'globals'
config globals 'globals'
option ula_prefix 'fd4c:87a9:881b::/48'
option ula_prefix 'fd4c:87a9:881b::/48'
config switch
config switch
option name 'switch0'
option name 'switch0'
option reset '1'
option reset '1'
option enable_vlan '1'
option enable_vlan '1'
config switch_vlan
config switch_vlan
option device 'switch0'
option device 'switch0'
option vlan '1'
option vlan '1'
Copy
Copied
Copy
Copied
option ports '2 3 4
5 6t'
option ports '2 3 4
6t'
#Agregado
config switch_vlan
option device 'switch0'
option vlan '4'
option vid '5'
option ports '0t 5'
config switch_vlan
config switch_vlan
option device 'switch0'
option device 'switch0'
option vlan '2'
option vlan '2'
option ports '1t 6t'
option ports '1t 6t'
config switch_vlan
config switch_vlan
option device 'switch0'
option device 'switch0'
option vlan '3'
option vlan '3'
option ports '1t 6t'
option ports '1t 6t'
config switch_vlan
config switch_vlan
option device 'switch0'
option device 'switch0'
option vlan '6'
option vlan '6'
option ports '1t 6t'
option ports '1t 6t'
config interface 'lan'
config interface 'lan'
option ifname 'eth0.1'
option ifname 'eth0.1'
option type 'bridge'
option type 'bridge'
option proto 'static'
option proto 'static'
option ip6assign '60'
option ip6assign '60'
option igmp_snooping '1'
option igmp_snooping '1'
option ipaddr '192.168.1.1'
option ipaddr '192.168.1.1'
option netmask '255.255.255.0'
option netmask '255.255.255.0'
config interface 'iptv'
config interface 'iptv'
option ifname 'eth0.2'
option ifname 'eth0.2'
option proto 'static'
option proto 'static'
option ipaddr '10.96.226.31'
option ipaddr '10.96.226.31'
option netmask '255.192.0.0'
option netmask '255.192.0.0'
option gateway '10.64.0.1'
option gateway '10.64.0.1'
option defaultroute '0'
option defaultroute '0'
option peerdns '0'
option peerdns '0'
config route
config route
option interface 'iptv'
option interface 'iptv'
option target '172.16.x.x' # Por seguridad he ocultado estos datos, pero funciona correctamente esta regla
option target '172.16.x.x' # Por seguridad he ocultado estos datos, pero funciona correctamente esta regla
option netmask '255.x.0.0'
option netmask '255.x.0.0'
option gateway '10.x.x.x'
option gateway '10.x.x.x'
config interface 'voip'
config interface 'voip'
option ifname 'eth0.3'
option ifname 'eth0.3'
option proto 'dhcp'
option proto 'dhcp'
option defaultroute '0'
option defaultroute '0'
option peerdns '0'
option peerdns '0'
config interface 'wan'
config interface 'wan'
option ifname 'eth0.6'
option ifname 'eth0.6'
option proto 'pppoe'
option proto 'pppoe'
option username 'adslppp@telefonicanetpa'
option username 'adslppp@telefonicanetpa'
option password 'adslppp'
option password 'adslppp'
option ipv6 '1'
option ipv6 '1'
option mtu '1492'
option mtu '1492'
config interface 'wan6'
config interface 'wan6'
option ifname 'wan'
option ifname 'wan'
option proto 'dhcpv6'
option proto 'dhcpv6'
Copy
Copied
Copy
Copied
# Agregado
config interface 'tvlan'
option ifname 'eth0.4'
option proto 'static'
option ipaddr '192.168.2.1'
option netmask '255.255.255.0'
Saved diffs
Original text
Open file
config interface 'loopback' option ifname 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option ula_prefix 'fd4c:87a9:881b::/48' config switch option name 'switch0' option reset '1' option enable_vlan '1' config switch_vlan option device 'switch0' option vlan '1' option ports '2 3 4 5 6t' config switch_vlan option device 'switch0' option vlan '2' option ports '1t 6t' config switch_vlan option device 'switch0' option vlan '3' option ports '1t 6t' config switch_vlan option device 'switch0' option vlan '6' option ports '1t 6t' config interface 'lan' option ifname 'eth0.1' option type 'bridge' option proto 'static' option ip6assign '60' option igmp_snooping '1' option ipaddr '192.168.1.1' option netmask '255.255.255.0' config interface 'iptv' option ifname 'eth0.2' option proto 'static' option ipaddr '10.96.226.31' option netmask '255.192.0.0' option gateway '10.64.0.1' option defaultroute '0' option peerdns '0' config route option interface 'iptv' option target '172.16.x.x' # Por seguridad he ocultado estos datos, pero funciona correctamente esta regla option netmask '255.x.0.0' option gateway '10.x.x.x' config interface 'voip' option ifname 'eth0.3' option proto 'dhcp' option defaultroute '0' option peerdns '0' config interface 'wan' option ifname 'eth0.6' option proto 'pppoe' option username 'adslppp@telefonicanetpa' option password 'adslppp' option ipv6 '1' option mtu '1492' config interface 'wan6' option ifname 'wan' option proto 'dhcpv6'
Changed text
Open file
config interface 'loopback' option ifname 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option ula_prefix 'fd4c:87a9:881b::/48' config switch option name 'switch0' option reset '1' option enable_vlan '1' config switch_vlan option device 'switch0' option vlan '1' option ports '2 3 4 6t' #Agregado config switch_vlan option device 'switch0' option vlan '4' option vid '5' option ports '0t 5' config switch_vlan option device 'switch0' option vlan '2' option ports '1t 6t' config switch_vlan option device 'switch0' option vlan '3' option ports '1t 6t' config switch_vlan option device 'switch0' option vlan '6' option ports '1t 6t' config interface 'lan' option ifname 'eth0.1' option type 'bridge' option proto 'static' option ip6assign '60' option igmp_snooping '1' option ipaddr '192.168.1.1' option netmask '255.255.255.0' config interface 'iptv' option ifname 'eth0.2' option proto 'static' option ipaddr '10.96.226.31' option netmask '255.192.0.0' option gateway '10.64.0.1' option defaultroute '0' option peerdns '0' config route option interface 'iptv' option target '172.16.x.x' # Por seguridad he ocultado estos datos, pero funciona correctamente esta regla option netmask '255.x.0.0' option gateway '10.x.x.x' config interface 'voip' option ifname 'eth0.3' option proto 'dhcp' option defaultroute '0' option peerdns '0' config interface 'wan' option ifname 'eth0.6' option proto 'pppoe' option username 'adslppp@telefonicanetpa' option password 'adslppp' option ipv6 '1' option mtu '1492' config interface 'wan6' option ifname 'wan' option proto 'dhcpv6' # Agregado config interface 'tvlan' option ifname 'eth0.4' option proto 'static' option ipaddr '192.168.2.1' option netmask '255.255.255.0'
Find difference