Add back the net-routing.pic since it builds fine now (the ps-->eps
conversion is fixed).
This commit is contained in:
parent
354d1cc7e5
commit
9eeaf5fdbb
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=19400
2 changed files with 5 additions and 5 deletions
|
@ -39,7 +39,7 @@ INSTALL_ONLY_COMPRESSED?=
|
||||||
IMAGES_EN = advanced-networking/isdn-bus.eps
|
IMAGES_EN = advanced-networking/isdn-bus.eps
|
||||||
IMAGES_EN+= advanced-networking/isdn-twisted-pair.eps
|
IMAGES_EN+= advanced-networking/isdn-twisted-pair.eps
|
||||||
IMAGES_EN+= advanced-networking/natd.eps
|
IMAGES_EN+= advanced-networking/natd.eps
|
||||||
#IMAGES_EN+= advanced-networking/net-routing.pic
|
IMAGES_EN+= advanced-networking/net-routing.pic
|
||||||
IMAGES_EN+= install/adduser1.scr
|
IMAGES_EN+= install/adduser1.scr
|
||||||
IMAGES_EN+= install/adduser2.scr
|
IMAGES_EN+= install/adduser2.scr
|
||||||
IMAGES_EN+= install/adduser3.scr
|
IMAGES_EN+= install/adduser3.scr
|
||||||
|
|
|
@ -282,17 +282,17 @@ host2.example.com link#1 UC 0 0
|
||||||
<para>Let us look at an example of default routes. This is a common
|
<para>Let us look at an example of default routes. This is a common
|
||||||
configuration:</para>
|
configuration:</para>
|
||||||
|
|
||||||
<!-- <mediaobject>
|
<mediaobject>
|
||||||
<imageobject>
|
<imageobject>
|
||||||
<imagedata fileref="advanced-networking/net-routing">
|
<imagedata fileref="advanced-networking/net-routing">
|
||||||
</imageobject>
|
</imageobject>
|
||||||
|
|
||||||
<textobject>-->
|
<textobject>
|
||||||
<literallayout class="monospaced">
|
<literallayout class="monospaced">
|
||||||
[Local2] <--ether--> [Local1] <--PPP--> [ISP-Serv] <--ether--> [T1-GW]
|
[Local2] <--ether--> [Local1] <--PPP--> [ISP-Serv] <--ether--> [T1-GW]
|
||||||
</literallayout>
|
</literallayout>
|
||||||
<!-- </textobject>
|
</textobject>
|
||||||
</mediaobject>-->
|
</mediaobject>
|
||||||
|
|
||||||
<para>The hosts <hostid>Local1</hostid> and
|
<para>The hosts <hostid>Local1</hostid> and
|
||||||
<hostid>Local2</hostid> are at your site.
|
<hostid>Local2</hostid> are at your site.
|
||||||
|
|
Loading…
Reference in a new issue