diff options
| author | Bruce M Simpson <bms@FreeBSD.org> | 2006-09-29 11:14:06 +0000 |
|---|---|---|
| committer | Bruce M Simpson <bms@FreeBSD.org> | 2006-09-29 11:14:06 +0000 |
| commit | c7588fa72cbf79893f168a8a33189c8e45c43759 (patch) | |
| tree | 35f2ad681afaba872c294ae997151a4b2932a138 /net/pimdd/files/patch-pimdd.h | |
| parent | Another fix.. OOOTAG must also be specified. (diff) | |
Add new port for UOregon's PIM dense-mode multicast routing daemon for IPv4.
Diffstat (limited to 'net/pimdd/files/patch-pimdd.h')
| -rw-r--r-- | net/pimdd/files/patch-pimdd.h | 19 |
1 files changed, 19 insertions, 0 deletions
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 |
