mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-30 22:10:26 +00:00
Revert "doc: work around weird texinfo bug"
This reverts commit 50ffbc124b
.
The workaround stopped working :(
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
This commit is contained in:
parent
6ae5f93eb1
commit
1ac2e7761c
@ -52,7 +52,7 @@ info_TEXINFOS = frr.texi
|
|||||||
# because it cant just work from the png's directly it seems - contrary
|
# because it cant just work from the png's directly it seems - contrary
|
||||||
# to the documentation...
|
# to the documentation...
|
||||||
frr.pdf: $(info_TEXINFOS) $(figures_pdf) $(frr_TEXINFOS) defines.texi
|
frr.pdf: $(info_TEXINFOS) $(figures_pdf) $(frr_TEXINFOS) defines.texi
|
||||||
$(TEXI2PDF) -o "$@" $<
|
$(TEXI2PDF) -o "$@" $< || true
|
||||||
|
|
||||||
# don't ask me why the info file is in srcdir
|
# don't ask me why the info file is in srcdir
|
||||||
$(srcdir)/frr.info: $(frr_TEXINFOS) defines.texi
|
$(srcdir)/frr.info: $(frr_TEXINFOS) defines.texi
|
||||||
|
@ -698,11 +698,8 @@ This command is deprecated and may be removed in a future release. Its
|
|||||||
use should be avoided.
|
use should be avoided.
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
@c for some reason, using [all] here triggers a bug in texinfo...
|
@deffn {BGP} {neighbor @var{peer} next-hop-self [all]} {}
|
||||||
@deffn {BGP} {neighbor @var{peer} next-hop-self} {}
|
@deffnx {BGP} {no neighbor @var{peer} next-hop-self [all]} {}
|
||||||
@deffnx {BGP} {no neighbor @var{peer} next-hop-self} {}
|
|
||||||
@deffnx {BGP} {neighbor @var{peer} next-hop-self all} {}
|
|
||||||
@deffnx {BGP} {no neighbor @var{peer} next-hop-self all} {}
|
|
||||||
This command specifies an announced route's nexthop as being equivalent
|
This command specifies an announced route's nexthop as being equivalent
|
||||||
to the address of the bgp router if it is learned via eBGP.
|
to the address of the bgp router if it is learned via eBGP.
|
||||||
If the optional keyword @code{all} is specified the modifiation is done
|
If the optional keyword @code{all} is specified the modifiation is done
|
||||||
|
Loading…
Reference in New Issue
Block a user