Diff
checker
Texte
Texte
Images
Documents
Excel
Dossiers
Legal
Enterprise
Application de bureau
Prix
Se connecter
Télécharger Diffchecker Desktop
Comparer le texte
Trouver la différence entre deux fichiers texte
Outils
Historique
Éditeur live
Cacher identiques
Sans retour à la ligne
Vue
Divisé
Unifié
Niveau de précision
Intelligent
Mot
Caractère
Coloration syntaxique
Choisir la syntaxe
Ignorer
Transformer le texte
Aller au premier écart
Modifier l'entrée
Diffchecker Desktop
La façon la plus sécurisée d'utiliser Diffchecker. Obtenez l'application Diffchecker Desktop : vos diffs ne quittent jamais votre ordinateur !
Obtenir Desktop
Untitled diff
Créé
il y a 11 ans
Le diff n'expire jamais
Effacer
Exporter
Partager
Expliquer
1 suppression
Lignes
Total
Supprimé
Caractères
Total
Supprimé
Pour continuer à utiliser cette fonctionnalité, passez à
Diff
checker
Pro
Voir les prix
77 lignes
Copier tout
18 ajouts
Lignes
Total
Ajouté
Caractères
Total
Ajouté
Pour continuer à utiliser cette fonctionnalité, passez à
Diff
checker
Pro
Voir les prix
94 lignes
Copier tout
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'
Copier
Copié
Copier
Copié
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'
Copier
Copié
Copier
Copié
# Agregado
config interface 'tvlan'
option ifname 'eth0.4'
option proto 'static'
option ipaddr '192.168.2.1'
option netmask '255.255.255.0'
Différences enregistrées
Texte d'origine
Ouvrir un fichier
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'
Texte modifié
Ouvrir un fichier
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'
Trouver la différence