iproute2/man
David Ahern 12387e2c14 ip route: Add option to use nexthop objects
Add nhid option for routes to use nexthop objects by id.

Example:
  $ ip nexthop add id 1 via 10.99.1.2 dev veth1
  $ ip route add 10.100.1.0/24 nhid 1
  $ ip route ls
  ...
  10.100.1.0/24 nhid 1 via 10.99.1.2 dev veth1

Signed-off-by: David Ahern <dsahern@gmail.com>
2019-06-11 10:31:28 -07:00
..
man3 Makefile: check manpages for syntax errors 2019-01-14 08:01:51 -08:00
man7 Makefile: check manpages for syntax errors 2019-01-14 08:01:51 -08:00
man8 ip route: Add option to use nexthop objects 2019-06-11 10:31:28 -07:00
Makefile Makefile: check manpages for syntax errors 2019-01-14 08:01:51 -08:00