When I do ip addr show show I get this:
3: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group 57841 qlen 1000
link/ether 2c:cf:67:27:0b:c3 brd ff:ff:ff:ff:ff:ff
inet 10.0.0.140/24 brd 10.0.0.255 scope global noprefixroute wlan0
valid_lft forever preferred_lft forever
inet 10.0.0.243/24 brd 10.0.0.255 scope global secondary dynamic noprefixroute wlan0
valid_lft 49873sec preferred_lft 49873sec
So it looks like I have two IP addresses? 10.0.0.140 and 10.0.0.243?
The 10.0.0.140 is the static IP address I assigned to the Raspberry Pi 5 by going to the network status icon in the top right and then clicking on Advanced Options -> Edit Connections... -> Wireless -> preconfigured -> IPv4 Settings).
I can (usually) SSH into both IP addresses but, overall, it just seems like a waste, having 2x IP addresses for the same nic. So how can I disable the assignment of this secondary IP address?