Page MenuHomeFreeBSD

D24403.diff
No OneTemporary

D24403.diff

Index: head/sbin/ipfw/ipv6.c
===================================================================
--- head/sbin/ipfw/ipv6.c
+++ head/sbin/ipfw/ipv6.c
@@ -342,13 +342,8 @@
if (strcmp(av, "any") == 0)
return (1);
-
- if (strcmp(av, "me") == 0) { /* Set the data for "me" opt*/
- cmd->o.len |= F_INSN_SIZE(ipfw_insn);
- return (1);
- }
-
- if (strcmp(av, "me6") == 0) { /* Set the data for "me" opt*/
+ /* Set the data for "me" opt */
+ if (strcmp(av, "me") == 0 || strcmp(av, "me6") == 0) {
cmd->o.len |= F_INSN_SIZE(ipfw_insn);
return (1);
}

File Metadata

Mime Type
text/plain
Expires
Fri, Feb 21, 9:04 PM (1 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16761288
Default Alt Text
D24403.diff (557 B)

Event Timeline