Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - VimFuego

#1
Hi everyone,

I'm running OPNsense 26.1.11_10 and Dnsmasq 2.93_1

I've been adding in a number of devices to my IPv6 pool and I've noticed something.

Quirk #1
When ordering by IP Address the IPv4 addresses display in ascending / descending order correctly.
However the IPv6 addresses do not, any address that has a hex value is treated incorrectly.

This is the order they are displayed (I have partially edited the address but the xx's were all the same numbers).

2403:xxxx:xxxx:10::20f  << wrong spot
2403:xxxx:xxxx:10::21b  << wrong spot
2403:xxxx:xxxx:10::102
2403:xxxx:xxxx:10::133
First two should be here in the order
2403:xxxx:xxxx:10::223
2403:xxxx:xxxx:10::239
2403:xxxx:xxxx:40::101
2403:xxxx:xxxx:40::125

Quirk #2
Ordering the display list by 'Lease Type' still seems to have them jumbled up as a mix of Static and Dynamic.

Not a big deal, just thought I'd see if anyone else has noticed it.

Cheers.