I issue the following :
# ufw allow from <ip address>
And get the response:
WARN: Rule changed after normalization
Rule added (v6)
I am familiar with the term 'normalization' in relational database structuring but I am curious how this is applied to the UFW rules. The rule I requested is subsequently listed just as I entered it
Anywhere (v6) ALLOW IN <ip address>
What has happened in this process of normalization?