Add and Delete null routes

Simple set of commands for how to add and delete a null route:

Adding a null route

route add <ip address> gw 127.0.0.1

Deleting a null route

route delete <ip address> gw 127.0.0.1
Share