1. 21 Apr, 2015 13 commits
  2. 10 Apr, 2015 1 commit
    • Adam Wujek's avatar
      userspace/wrsw_hal: fix reading dotconfig · 2fa02f9f
      Adam Wujek authored
      Null is returned when there is unsuccessful read from dotconfig
      (function libwr_cfg_get). Function atoi rely on valid string passed as
      parameter. If dotconfig parameter does not exist, atoi will crash wrsw_hal.
      Added checking whether valid string is returned from libwr_cfg_get.
      Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
      2fa02f9f
  3. 12 Mar, 2015 1 commit
  4. 11 Mar, 2015 3 commits
    • Adam Wujek's avatar
      patches/barebox: fix tftp boot sequence · 1140c4b1
      Adam Wujek authored
      Second test of $? value was not always result of command
      "tftp $eth0.ipaddr/wrboot wrboot", but sometimes result of first if statement
      (in case first tftp was successful).
      
      In other words, when there was file wrboot-$eth0.ethaddr on tftp server, script
      was still fetching and executing wrboot.
      Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
      1140c4b1
    • Adam Wujek's avatar
      Merge branch 'adam-snmp2' · 9aee73bf
      Adam Wujek authored
      Please not that some commits had non backward compatible changes in MIB.
      However, end result of MIB is backward compatible.
      9aee73bf
    • Adam Wujek's avatar
      userspace/snmpd: Prepare WR-SWITCH-MIB for redesign · a08d32c7
      Adam Wujek authored
      Please not that within this git branch there we non backward compatible changes
      in MIB.
      
      Move branch wrsPtpGlobals, wrsPortsTable and wrsTemperature to previously
      removed wrsPpsi. Moved branches and objects contain "X" at the end.
      Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
      a08d32c7
  5. 04 Mar, 2015 22 commits