Skip to content
  • Iustin Pop's avatar
    Change node parameter oob_program to VTYPE_STRING · 1df4d430
    Iustin Pop authored
    
    
    Since this is an inheritable parameter, having it as a MABYE_STRING
    creates only problems (per our derivation rules). We change it to
    STRING, with the default "", meaning no program. Note that most of the
    code already accepts this as valid for "no program", and some comments
    even say that this is the expected value.
    
    We have some other parameters like this, I'll have to investigate
    whether they need to be changed too. But right now I need this for the
    hconfd changes (it's a prerequisite for them, I forgot to send it in
    that patch series).
    
    Signed-off-by: default avatarIustin Pop <iustin@google.com>
    Reviewed-by: default avatarRené Nussbaumer <rn@google.com>
    1df4d430