<div>Hi All,</div>
<div>&nbsp;</div>
<div>I want to obtain the&nbsp;entire link state database (_db)&nbsp;from ospfV2 at one shot rather than getting LSAs individually.</div>
<div>&nbsp;</div>
<div>I guess that I should add a new interface to ospfv2.xif to return the database which is supposed to be a vector&lt;Lsa::LsaRef&gt;.</div>
<div>&nbsp;</div>
<div>However, as far as I know, we can only use a few built-in types to create .xif files.</div>
<div>&nbsp;</div>
<div>To be able to create an .xif method which returns a pointer to a vector&lt;Lsa::LsaRef&gt;, which&nbsp;xorp source files should I modify ?</div>
<div>&nbsp;</div>
<div>Or is there any other way of doing this without creating a new return type ?</div>
<div>&nbsp;</div>
<div>Thanks,</div>
<div>Selcuk</div>