After routing a full /24 subnet to a single server it's possible to configure the server to listen to any IP from the subnet without reserving IPs for the subnet itself or for the broadcast IP.
Internally this works just great but I'm wondering if there are any problems when using the .0 IP from the internet like firewalls or routers dropping the packets? I'm taking about a single routed /24 subnet (BGP) which is not part of a larger routed subnet.
I know that when you have a /23 or larger subnet a .0 can be a regular IP (e.g. the 257th IP of that subnet), but I'm especially asking about a single routed /24, so BGP routers know that it's not part of a larger subnet. The question is if they care.
I did some tests from different ISPs and so far all packets reached the server.