In liux we can set a address only valid on a device using the scope parameter [1], for example:
Is there a way to do the same in FreeBSD?
[1] http://linux-ip.net/html/tools-ip-address.html
Code:
ip addr add 203.0.113.254/32 dev vnet5 scope link
Is there a way to do the same in FreeBSD?
[1] http://linux-ip.net/html/tools-ip-address.html