You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also, in testing with another firmware it seems to work fine. This probably could be caused by different library calls being present in different nvram binaries?
~ # LD_PRELOAD=/igloo/lib_inject.so nvram set foo=1
~ # LD_PRELOAD=/igloo/lib_inject.so nvram get foo
1
~ # LD_PRELOAD=/igloo/lib_inject.so nvram show
foo=1
_upgrading=
size: 0X26 bytes (0X7DA left)
This was with DIR-615_REVE_FIRMWARE_5.14.B01.ZIP with a sha1sum of f5cdc2e346c618b8faa348826ebb445829638fc9
After setting a value into nvram, I think
nvram show
should return it (along with all other set values?)The text was updated successfully, but these errors were encountered: