SHA256
1
0
forked from pool/netcfg

- /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
This commit is contained in:
2013-10-29 12:37:24 +00:00
committed by Git OBS Bridge
parent 28d36cff37
commit 03e20c3dad
2 changed files with 8 additions and 2 deletions

View File

@@ -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]