Hi,
whole filter ID table is used for matching algorithm, so you should initialize whole ID table.
The ID is accepted by RXFIFO based on this ID table and acceptance mask registers. So if you have rest of filter elements cleared and mask registers set to compare all bits of IDs, then ID 0 will be accepted by RXFIFO too, simply because there is matched ID in the filter table
Thus the only way is to fill all entries with the same ID as you wrote. But you can easily update filter table based on your needs in future.
BR, Petr