Some /ipv6/firewall/filter/print options in console missing after v7.13x

After v7.13x, in /ipv6/firewall/nat/print, the options available are:

append detail file follow-only from proplist static where
count-only dynamic follow follow-strict interval show-ids stats without-paging

>

So one could /ipv6/firewall/nat/print without-paging and display ALL firewall entries under the nat table, or /ipv6/firewall/nat/print without-paging stats and display firewall stats for ALL chains under nat.

However in /ipv6/firewall/filter/print, the options available are:

> ```text
forward     input     output     chain     file     from     interval     proplist     where

It is NO LONGER possible to /ipv6/firewall/filter/print without-paging and display ALL firewall entries under the filter table, nor /ipv6/firewall/filter/print without-paging stats and display firewall stats for ALL chains under filter.

I’m guessing this is another bug that seems to have been overlooked. No such problems under /ip/firewall/filter/print, all options are present.

Is there no one else that noticed this too? Is it just only me?