Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
chdev -l inet0 -a delroute=XXXXXXXXXXXXXXXXXX
To delete a static route:
# route delete [ net | host ] destination gateway [args]
To delete a static route for network 172.26.13.0/24 via 172.26.13.1:
# route delete net 172.26.13.0 172.26.13.1
To delete a static route to host 172.26.14.5 via 172.26.13.1:
# route delete host 172.26.14.5 172.26.13.1
Example
route delete net 172.26.13.0 172.26.13.1