mirror of
https://github.com/opnsense/src.git
synced 2026-03-19 01:02:28 -04:00
. Now builds on -STABLE (-CURRENT is broken due to bugs) . etc directory contents centralized instead of in each type directory (can exclude & override as desired) . Removed extraneous language files (lang files for rc really necessary?) . dialog-based build tool with support for custom floppy builds . MFS image loads as a mfs_root module instead of compiled into kernel THIS IS BROKEN ON CURRENT. I'll MFC to -STABLE immediately following. luigi tells me I have an OK from jkh on the MFC. Submitted by: luigi
7 lines
251 B
Text
7 lines
251 B
Text
#
|
|
# Internet (IP) protocols
|
|
ip 0 IP # internet protocol, pseudo protocol number
|
|
icmp 1 ICMP # internet control message protocol
|
|
igmp 2 IGMP # Internet Group Management
|
|
tcp 6 TCP # transmission control protocol
|
|
udp 17 UDP # user datagram protocol
|