<?xml version="1.0"?>
<yxorpconfig>

<!--
       
       This configuration snip is intended to be merged into the sample Yxorp configuration
       as shipped with the distribution. It is a part of the Yxorp tutorial, that may be
       found in the documentation directory.
       
       Demonstration of basic load balancing
       
-->

<virtualserver id="group1" schedule="lru">
   <real id="sf" />
   <real id="sf2" />
</virtualserver>

<realserver id="sf" ip="dns" inservice="yes" />
<realserver id="sf2" ip="dns" inservice="yes" />

</yxorpconfig>
