From c7588fa72cbf79893f168a8a33189c8e45c43759 Mon Sep 17 00:00:00 2001 From: Bruce M Simpson Date: Fri, 29 Sep 2006 11:14:06 +0000 Subject: Add new port for UOregon's PIM dense-mode multicast routing daemon for IPv4. --- net/pimdd/files/patch-pimdd.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 net/pimdd/files/patch-pimdd.h (limited to 'net/pimdd/files/patch-pimdd.h') diff --git a/net/pimdd/files/patch-pimdd.h b/net/pimdd/files/patch-pimdd.h new file mode 100644 index 000000000000..004815c21b6d --- /dev/null +++ b/net/pimdd/files/patch-pimdd.h @@ -0,0 +1,19 @@ +--- pimdd.h.orig Fri Sep 29 11:53:56 2006 ++++ pimdd.h Fri Sep 29 11:54:07 2006 +@@ -202,7 +202,7 @@ + + #define PIM_ASSERT_RPT_BIT 0x80000000 + +- ++#if 0 + /* PIM messages type */ + #define PIM_HELLO 0 + #ifndef PIM_REGISTER +@@ -215,6 +215,7 @@ + #define PIM_GRAFT 6 + #define PIM_GRAFT_ACK 7 + #define PIM_CAND_RP_ADV 8 ++#endif + + #define PIM_V2_HELLO PIM_HELLO + #define PIM_V2_REGISTER PIM_REGISTER -- cgit v1.2.3