]> git.proxmox.com Git - pve-container.git/commit
fix #2104: config "features: mount" regex pattern
authorOguz Bektas <o.bektas@proxmox.com>
Tue, 19 Feb 2019 12:52:01 +0000 (13:52 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 19 Feb 2019 13:07:33 +0000 (14:07 +0100)
commite188f1bb57b2840b71f75dd7fe44fd8ef85105a0
treee778b8a2e83ad0b57a235cd726a15cfbc9dcdaf9
parent2ff1c49ce16f1bace9d511cdbe18b3dd860004b9
fix #2104: config "features: mount" regex pattern

this adds an underscore '_' character to the regex match for "features:
mount", which allows rpc_pipefs to be parsed correctly.

Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
src/PVE/LXC/Config.pm