It is still showing up in the cli, and I am not getting an error when trying to commit. Below is the cli for one of the filters that won't delete. Let me know if you need me to post the second one. When I am trying to delete it from the cli I am getting the error "warning: statement not found"
filter "Servers - MSN OPS & Lab to CAV/COW OPS" {
term "lab (OPSWAN) to COWOPSWAN" {
from {
source-address {
X.X.100.0/24;
}
destination-address {
X.X.108.18/32;
X.X.108.19/32;
X.X.108.23/32;
X.X.108.27/32;
X.X.108.28/32;
X.X.108.41/32;
X.X.108.42/32;
X.X.108.43/32;
X.X.108.44/32;
X.X.108.45/32;
X.X.108.46/32;
X.X.108.47/32;
}
protocol udp;
source-port ntp;
destination-port ntp;
}
then accept;
}
}