Deleted Added
full compact
ipproto.c (246069) ipproto.c (252283)
1/*
2 * Redistribution and use in source and binary forms, with or without
3 * modification, are permitted provided that: (1) source code
4 * distributions retain the above copyright notice and this paragraph
5 * in its entirety, and (2) distributions including binary code include
6 * the above copyright notice and this paragraph in its entirety in
7 * the documentation or other materials provided with the distribution.
8 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND

--- 42 unchanged lines hidden (view full) ---

51 { IPPROTO_OSPF, "OSPF" },
52 { IPPROTO_PIM, "PIM" },
53 { IPPROTO_IPCOMP, "Compressed IP" },
54 { IPPROTO_VRRP, "VRRP" },
55 { IPPROTO_PGM, "PGM" },
56 { IPPROTO_SCTP, "SCTP" },
57 { IPPROTO_MOBILITY, "Mobility" },
58 { IPPROTO_CARP, "CARP" },
1/*
2 * Redistribution and use in source and binary forms, with or without
3 * modification, are permitted provided that: (1) source code
4 * distributions retain the above copyright notice and this paragraph
5 * in its entirety, and (2) distributions including binary code include
6 * the above copyright notice and this paragraph in its entirety in
7 * the documentation or other materials provided with the distribution.
8 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND

--- 42 unchanged lines hidden (view full) ---

51 { IPPROTO_OSPF, "OSPF" },
52 { IPPROTO_PIM, "PIM" },
53 { IPPROTO_IPCOMP, "Compressed IP" },
54 { IPPROTO_VRRP, "VRRP" },
55 { IPPROTO_PGM, "PGM" },
56 { IPPROTO_SCTP, "SCTP" },
57 { IPPROTO_MOBILITY, "Mobility" },
58 { IPPROTO_CARP, "CARP" },
59 { IPPROTO_PFSYNC, "pfsync" },
59 { 0, NULL }
60};
61
60 { 0, NULL }
61};
62