diff options
| author | Maxim Konovalov <maxim@FreeBSD.org> | 2006-10-11 12:00:53 +0000 |
|---|---|---|
| committer | Maxim Konovalov <maxim@FreeBSD.org> | 2006-10-11 12:00:53 +0000 |
| commit | f16ccf68145db7f7e2c0d19bf08c1affd3e03f6e (patch) | |
| tree | c535a5a9824d0bef08b63a02a99ced721bcc4146 /sys/netinet | |
| parent | 5f197ce41ea56ea84949de4a4790ca13c8fc4fe6 (diff) | |
Notes
Diffstat (limited to 'sys/netinet')
| -rw-r--r-- | sys/netinet/ip_fw2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ip_fw2.c b/sys/netinet/ip_fw2.c index ef23865e2355..eb292a426d70 100644 --- a/sys/netinet/ip_fw2.c +++ b/sys/netinet/ip_fw2.c @@ -1523,7 +1523,7 @@ install_state(struct ip_fw *rule, ipfw_insn_limit *cmd, /* * XXX IPv6 flows are not * supported yet. - * */ + */ if (IS_IP6_FLOW_ID(&(args->f_id))) { snprintf(src, sizeof(src), "[%s]", ip6_sprintf( |
