hi for start i don’t know where i must ask my question
i need some software for change and repeat my firewall rules
for example
i have many ip address
146.66.155.1
15.185.32.254
i want when i copy address in software change my ip address to 0/24
146.66.155.0/24
15.185.32/0.24
The second point
how i can create this role just with ip address list ?
146.66.155.1
15.185.32.254
/ip firewall address-list
add address=146.66.155.0/24 list=special-ip
add address=15.185.32/0.24 list=special-ip
this is my role
thanks .