diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2016-08-16 17:08:54 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetwroks.com> | 2016-08-18 13:35:38 +0200 |
commit | 2c494df3fa14e55ab1c909619b55b73853804f55 (patch) | |
tree | 55cdadb9769d7a03f3ddb0984b2da2bcd7150679 /doc | |
parent | *: use an ifindex_t type, defined in lib/if.h, for ifindex values (diff) | |
download | frr-2c494df3fa14e55ab1c909619b55b73853804f55.tar.xz frr-2c494df3fa14e55ab1c909619b55b73853804f55.zip |
Revert "per-interface ospf enable and area set command."
This reverts commit e723861da171fd811f499665e5432dce4e364ee6.
The code is from Joakim Tjernlund; this is just to fix the history (and
attribution) of it. The last commit will restore the exact same tree
state.
THIS COMMIT WILL PROBABLY NOT COMPILE.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ospfd.texi | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/ospfd.texi b/doc/ospfd.texi index 45d1ad7cd..56ab5a3ed 100644 --- a/doc/ospfd.texi +++ b/doc/ospfd.texi @@ -510,11 +510,6 @@ incremented by this value when transmitting. The default value is 1 seconds. @end deffn -@deffn {Interface Command} {ip ospf area (A.B.C.D|<0-4294967295>)} {} -@deffnx {Interface Command} {no ip ospf area} {} -Enable ospf on an interface and set associated area. -@end deffn - @node Redistribute routes to OSPF @section Redistribute routes to OSPF |