]> git.ipfire.org Git - people/stevee/network.git/commit
network fix parameter passing when using ""
authorJonatan Schlag <jonatan.schlag@ipfire.org>
Wed, 16 Aug 2017 06:25:13 +0000 (08:25 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 16 Aug 2017 12:19:11 +0000 (14:19 +0200)
commit2212045f9b51cbcd91e2d44fa7bb69a73c21d12e
treeec8ab4384b2148ea5636eb24521ec725008d7659
parent1b58f97051b6d0cb3386ca83e2ed8f0eaf22405f
network fix parameter passing when using ""

When we use "" on the command line to pass a value with spaces
the argument was broken when passing it to the next function.
Now the argument is kept as one string with spaces

Fixes: #11438
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
54 files changed:
src/functions/functions.bonding
src/functions/functions.bridge
src/functions/functions.cli.firewall
src/functions/functions.device
src/functions/functions.dhcpd
src/functions/functions.distro
src/functions/functions.dns
src/functions/functions.editor
src/functions/functions.firewall
src/functions/functions.firewall-zones
src/functions/functions.he
src/functions/functions.hook
src/functions/functions.hostapd
src/functions/functions.http
src/functions/functions.interrupts
src/functions/functions.ip
src/functions/functions.ip-tunnel
src/functions/functions.ipsec
src/functions/functions.iptables
src/functions/functions.ipv4
src/functions/functions.ipv6
src/functions/functions.list
src/functions/functions.modem
src/functions/functions.ports
src/functions/functions.ppp
src/functions/functions.pppoe-server
src/functions/functions.route
src/functions/functions.settings
src/functions/functions.util
src/functions/functions.vpn
src/functions/functions.vpn-security-policies
src/functions/functions.wireless
src/functions/functions.wpa_supplicant
src/functions/functions.zone
src/header-config
src/header-port
src/header-zone
src/hooks/configs/dhcp
src/hooks/configs/ipv4-static
src/hooks/configs/ipv6-auto
src/hooks/configs/ipv6-static
src/hooks/configs/pppoe-server
src/hooks/ports/batman-adv
src/hooks/ports/bonding
src/hooks/ports/dummy
src/hooks/ports/vlan
src/hooks/ports/wireless-adhoc
src/hooks/ports/wireless-ap
src/hooks/zones/6to4-tunnel
src/hooks/zones/bridge
src/hooks/zones/modem
src/hooks/zones/pppoe
src/hooks/zones/wireless
src/network