diff options
Diffstat (limited to 'net/ipsorc/files/patch-aa')
-rw-r--r-- | net/ipsorc/files/patch-aa | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net/ipsorc/files/patch-aa b/net/ipsorc/files/patch-aa new file mode 100644 index 000000000000..27a6524aace3 --- /dev/null +++ b/net/ipsorc/files/patch-aa @@ -0,0 +1,15 @@ +--- spellbook.c Sun Dec 2 09:22:58 2001 ++++ ../ipsorc-1.4.patch/spellbook.c Sun Dec 2 13:04:07 2001 +@@ -114,10 +114,10 @@ + { type = ICMP_ECHOREPLY; } + + else if(strstr(type_name, "Destination Unreachable")) +- { type = ICMP_DEST_UNREACH; } ++ { type = ICMP_UNREACH_PORT; } + + else if(strstr(type_name, "Source Quench")) +- { type = ICMP_SOURCE_QUENCH; } ++ { type = ICMP_SOURCEQUENCH; } + + else if(strstr(type_name, "Redirect")) + { type = ICMP_REDIRECT; } |