]> git.proxmox.com Git - mirror_iproute2.git/commit
batch: support quoted strings
authorChristophe Gouault <christophe.gouault@6wind.com>
Fri, 2 Oct 2015 09:59:37 +0000 (11:59 +0200)
committerStephen Hemminger <shemming@brocade.com>
Wed, 7 Oct 2015 09:35:25 +0000 (10:35 +0100)
commit39e3d3836c1384506d0a76a496133c5361940770
tree7eee4bf80c728e113d3bd10fe173ea013c70a462
parent8aacb9bbbd741c2873ee90118264ae2d5bbd9ae3
batch: support quoted strings

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: Christophe Gouault <christophe.gouault@6wind.com>
lib/utils.c