• Christophe Gouault's avatar
    batch: support quoted strings · 39e3d383
    Christophe Gouault authored
    Support quoting strings with " or ' in an iproute2 batch file.
    
    Enables to configure empty crypto keys (for ESP-null) or keys with
    spaces:
    
        xfrm state add src 1.1.1.1 dst 2.2.2.2 proto ah spi 0x1 \
            mode tunnel auth hmac(sha1) "r4ezR/@kd6'749f2 6zf$"
    
        xfrm state add src 5.5.5.5 dst 2.2.2.2 proto esp spi 0x2 \
            mode tunnel enc cipher_null ""
    Signed-off-by: default avatarChristophe Gouault <christophe.gouault@6wind.com>
    39e3d383
utils.c 18.8 KB