diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2012-11-17 19:54:23 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2012-11-17 19:54:23 +0000 |
commit | 9ba63ff5922686548c3ce7c1d37c5a34dc7da333 (patch) | |
tree | 7390e0a30232a06b8f4e901a158179988e214f89 /sbin/route/keywords | |
parent | 571b26027ea635673ec2e790bb64d29ccc86e751 (diff) | |
download | src-9ba63ff5922686548c3ce7c1d37c5a34dc7da333.tar.gz src-9ba63ff5922686548c3ce7c1d37c5a34dc7da333.zip |
Add -fib modifier to specify FIB number. The FIB number can be in a
comma-separated list and/or range specification:
# route add -inet 192.0.2.0/24 198.51.100.1 -fib 1,3-5,6
Although all of the subcommands supports the modifier, "monitor" does not
support the list or range specification at this moment.
Reviewed by: bz
Notes
Notes:
svn path=/head/; revision=243185
Diffstat (limited to 'sbin/route/keywords')
-rw-r--r-- | sbin/route/keywords | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/route/keywords b/sbin/route/keywords index 8817f3055b80..adfba7cf111b 100644 --- a/sbin/route/keywords +++ b/sbin/route/keywords @@ -10,6 +10,7 @@ del delete dst expire +fib flush gateway genmask |