chriswue
chriswue
Did you rebuild the kernel with CONFIG_NET_UDP_TUNNEL enabled, because that seems to be missing as per requirements: https://www.wireguard.com/compilation/#kernel-requirements
Is there a work-around? The CR cannot be changed via Azure Portal and the CLI is broken. We're now stuck with a more-or-less unusable workspace.
How about doing something python's f-strings or C#'s $-string interpolation: var interpolated = 'interpolated' var s = $''' this is ${interpolated}''' var ns = ''' this is not ${interpolated}'''
@anthony-c-martin I think you do want to allow unescaped `${` sequences - otherwise writing shell script snippets could be come painful. So I like the multiple `$` signs