Re: [controller-dev] Netconf plugin testing
Madhusudhan Kandadai <madhusudhan.opendaylight@...>
Thanks Reinaldo. I have two scenarios in testing netconf SB plugin: (a) Have LINC switch in another VM which actually runs netconf code. I tried to make it work in testing netconf plugin by starting LINC switch in another VM. Have changed IP address, username,port(I used 830 for ssh and put"false" in tcp-only), enabled the log. Unable to
recollect where I got stuck. I am still refining it to get more details about this (b) Have configured netopeer in another VM and followed the steps mentioned at https://groups.google.com/forum/#!topic/libnetconf/sVaj8tYYZC0. While doing make && make install for netopeer - server, I got this error: .obj/src/server_comm_dbus.o: In function
`comm_loop': server_comm_dbus.c:(.text+0xee3): undefined reference to `server_sessions_get_by_ncid'. This is similar to the one : http://pastebin.com/vcvZp4bm. I could not find any resolution there. Just checking whether anyone working/worked on this netconf plugin faced this error before? If yes, could you advise on how to overcome this error? Thanks, Madhusudhan On Tuesday, March 25, 2014 6:04 PM, Reinaldo Penno
<rapenno@...> wrote: okay, there seems a confusion. ODL has an internal Netconf server. This server is used for configuration of internal ODL stuff. On Tue, Mar 25, 2014 at 4:42 PM, Madhusudhan Kandadai <madhusudhan.opendaylight@...> wrote:
|
|