This commit is contained in:
Brendan O'Dea 2004-11-29 12:36:54 +00:00
parent fa3a21e4a8
commit fe6308444e

4
cli.c
View file

@ -2,7 +2,7 @@
// vim: sw=8 ts=8
char const *cvs_name = "$Name: $";
char const *cvs_id_cli = "$Id: cli.c,v 1.36 2004-11-29 06:30:05 bodea Exp $";
char const *cvs_id_cli = "$Id: cli.c,v 1.37 2004-11-29 12:36:54 bodea Exp $";
#include <stdio.h>
#include <stdarg.h>
@ -2688,7 +2688,7 @@ ip_filter_rulet *access_list_rule_ext(struct cli_def *cli, char *command, char *
if (a < argc && MATCH("fragments", argv[a]))
{
if (rule.src_ports.op || rule.dest_ports.op || rule.tcp_flag_op)
if (rule.src_ports.op || rule.dst_ports.op || rule.tcp_flag_op)
{
cli_print(cli, "Can't specify \"fragments\" on rules with layer 4 matches");
return NULL;