Forum Discussion

RobertColbert's avatar
RobertColbert
Icon for Nimbostratus rankNimbostratus
Apr 08, 2011

iRule Editor Source

Joe,

 

 

Now that the 0.10.1.1 update has been released, can you update the source code zip? I would like to merge it with the changes I've made to see if there are any other little tweaks I can offer up.

 

 

-Robert

6 Replies

  • I'd love to get any and all patches you've made and I'll get them merged into the code if it makes sense for the community. I'm working on updating the DataGroups dialog to support name=value pairs in the newer 10.x versions of the product right now so I'll have to wait until that's done to update the source. I'll post here when it's completed.

     

     

    -Joe

     

  • I'm having issues with the auto-connect command line:

     

    System.Exception: Not Initialized

     

    at iControl.Interfaces.verifyInitialized()

     

    at iControl.Interfaces.get_SystemSystemInfo()

     

    at iRuler.iRulerMain.DoConnect(String sHostname, String sUsername, String sPassword)

     

    at iRuler.iRulerMain.iRulerMain_Load(Object sender, EventArgs e)

     

     

    and datagroup editor not always allowing me to update existing entries . (I don't have the error on this one right now)

     

     

    Is there any chance of getting the currently built package code? Otherwise, I may need to roll back to the version I had modified.

     

     

    -Robert
  • I'm having issues with the auto-connect command line:

     

    System.Exception: Not Initialized

     

    at iControl.Interfaces.verifyInitialized()

     

    at iControl.Interfaces.get_SystemSystemInfo()

     

    at iRuler.iRulerMain.DoConnect(String sHostname, String sUsername, String sPassword)

     

    at iRuler.iRulerMain.iRulerMain_Load(Object sender, EventArgs e)

     

     

    and datagroup editor not always allowing me to update existing entries . (I don't have the error on this one right now)

     

     

    Is there any chance of getting the currently built package code? Otherwise, I may need to roll back to the version I had modified.

     

     

    -Robert
  • Hi Joe,

     

     

    I just updated my local build of v11.0.1 and fixed the auto-connect feature. It looks like the newer iControl library added an EndPoint string that needed to be added. Is it possible to get a diff of the code changes between 11.0.1 and 11.0.2? The source download is currently giving me the v11.0.1 source.

     

     

    -Robert
  • Ok, that's odd. Are you referring to the iControl Library v11.0.1 or the iRule Editor v11.0.1? I can pull some diffs out from our source control to see where they lie.

     

     

    -Joe

     

  • Sorry for the confusion. I updated my local source to the latest iRule Editor source (which is out-of-sync w/ the .MSI). The version number set in the properties is 0.11.0.1. The installer package is 0.11.0.2. I was just hoping for a diff so I can make sure I got the bug fixes you added shortly after 0.11.0.1 was posted.