diff --git a/src/klish-plugin-infix/xml/infix.xml b/src/klish-plugin-infix/xml/infix.xml index 058bf63e..15004b86 100644 --- a/src/klish-plugin-infix/xml/infix.xml +++ b/src/klish-plugin-infix/xml/infix.xml @@ -18,7 +18,7 @@ ShowDefaultKeys = y HidePasswords = n EnableNACM = y - Oneliners = y + Oneliners = n @@ -137,7 +137,7 @@ - /bin/sh -l + /bin/sh -l @@ -178,7 +178,7 @@ - + type=${KLISH_PARAM_pwhash:-sha512} salt=${KLISH_PARAM_pwsalt:+-S $KLISH_PARAM_pwsalt} mkpasswd -m $type $salt $KLISH_PARAM_pwpass @@ -234,18 +234,18 @@ - + - + if [ -n "$KLISH_PARAM_name" ]; then sysrepocfg -f json -X -d operational -x \ - "/ietf-interfaces:interfaces/interface[name='$KLISH_PARAM_name']" | \ - /lib/infix/cli-pretty "ietf-interfaces" -n "$KLISH_PARAM_name" + "/ietf-interfaces:interfaces/interface[name='$KLISH_PARAM_name']" | \ + /lib/infix/cli-pretty "ietf-interfaces" -n "$KLISH_PARAM_name" else - sysrepocfg -f json -X -d operational -m ietf-interfaces | \ - /lib/infix/cli-pretty "ietf-interfaces" + sysrepocfg -f json -X -d operational -m ietf-interfaces | \ + /lib/infix/cli-pretty "ietf-interfaces" fi @@ -307,14 +307,14 @@ - /bin/yorn "This will restore the device to factory state" + /bin/yorn "This will restore the device to factory state" /ietf-factory-default:factory-reset - + file=${KLISH_PARAM_fn:-syslog} echo -e "\e[1mPress Ctrl-C to abort ────────────────────────────────────────────\e[0m" tail -F /log/$file @@ -344,7 +344,7 @@ - + count=${KLISH_PARAM_cnt:+-c $KLISH_PARAM_cnt} iface=${KLISH_PARAM_iface:+-I $KLISH_PARAM_iface} size=${KLISH_PARAM_sz:+-s $KLISH_PARAM_sz} @@ -368,7 +368,7 @@ - + count=${KLISH_PARAM_cnt:+-c $KLISH_PARAM_cnt} size=${KLISH_PARAM_sz:+-s $KLISH_PARAM_sz} verbose=${KLISH_PARAM_verbose:+-vvv}