From 03e20c3dadf3932391b1f8efc75bc6879b4677eed9a9bcda3bf3656bf1a6dc8c Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Tue, 29 Oct 2013 12:37:24 +0000 Subject: [PATCH] - /etc/protocols: assign 4 to ipv4 instead of ip to correspond with IANA [bnc#843511] (internal) OBS-URL: https://build.opensuse.org/package/show/Base:System/netcfg?expand=0&rev=16 --- netcfg.changes | 6 ++++++ protocols | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/netcfg.changes b/netcfg.changes index 6ea3467..92b83f9 100644 --- a/netcfg.changes +++ b/netcfg.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Oct 29 12:26:30 UTC 2013 - pgajdos@suse.com + +- /etc/protocols: assign 4 to ipv4 instead of ip to correspond with + IANA [bnc#843511] (internal) + ------------------------------------------------------------------- Thu Aug 22 14:42:10 UTC 2013 - pgajdos@suse.com diff --git a/protocols b/protocols index 95189c2..71f0903 100644 --- a/protocols +++ b/protocols @@ -1,4 +1,4 @@ -# See also: protocols(5), http://www.sethwklein.net/projects/iana-etc/ +# See also: protocols(5), http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml # # # PROTOCOL NUMBERS @@ -19,7 +19,7 @@ hopopt 0 HOPOPT # IPv6 Hop-by-Hop Option [RFC1883] icmp 1 ICMP # Internet Control Message [RFC792] igmp 2 IGMP # Internet Group Management [RFC1112] ggp 3 GGP # Gateway-to-Gateway [RFC823] -ip 4 IP # IP in IP (encapsulation) [RFC2003] +ipv4 4 IPv4 # IP in IP (encapsulation) [RFC2003] st 5 ST # Stream [RFC1190,RFC1819] tcp 6 TCP # Transmission Control [RFC793] cbt 7 CBT # CBT [Ballardie]