Page MenuHomeFreeBSD

D24403.1786487194.diff
No OneTemporary

Size
542 B
Referenced Files
None
Subscribers
None

D24403.1786487194.diff

Index: sbin/ipfw/ipv6.c
===================================================================
--- sbin/ipfw/ipv6.c
+++ 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
Tue, Aug 11, 10:26 PM (16 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29397235
Default Alt Text
D24403.1786487194.diff (542 B)

Event Timeline