diff --git a/src/klish-plugin-infix/xml/infix.xml b/src/klish-plugin-infix/xml/infix.xml
index 98a9d98a..b461c111 100644
--- a/src/klish-plugin-infix/xml/infix.xml
+++ b/src/klish-plugin-infix/xml/infix.xml
@@ -239,35 +239,35 @@
- bridge -color fdb |pager
-
+ bridge -color fdb |pager
+
-
-
+
+
- bridge -color -d mdb |pager
-
-
-
+ bridge -color -d mdb |pager
+
+
+
- sysrepocfg -d operational -X -f json -x /ietf-interfaces:interfaces | \
- /usr/libexec/statd/cli-pretty show-bridge-mdb |pager
-
+ sysrepocfg -d operational -X -f json -x /ietf-interfaces:interfaces | \
+ /usr/libexec/statd/cli-pretty show-bridge-mdb |pager
+
- sysrepocfg -d operational -X -f json -x /ietf-interfaces:interfaces | \
- /usr/libexec/statd/cli-pretty show-bridge-stp |pager
-
+ sysrepocfg -d operational -X -f json -x /ietf-interfaces:interfaces | \
+ /usr/libexec/statd/cli-pretty show-bridge-stp |pager
+
bridge -color vlan
- bridge -color -d vlan |pager
-
+ bridge -color -d vlan |pager
+
@@ -307,11 +307,11 @@
- show dhcp stat
+ show dhcp stat
- show dhcp detail
+ show dhcp detail
@@ -340,11 +340,11 @@
- neighbor
- interfaces
- routes
- database
- bfd
+ neighbor
+ interfaces
+ routes
+ database
+ bfd
@@ -366,10 +366,10 @@
-
- ipv4
- ipv6
-
+
+ ipv4
+ ipv6
+
case $KLISH_PARAM_ip in
@@ -419,26 +419,26 @@
- ip -color -br addr | sort -V | sed 's/@dsa[0-9]/ /' |pager
-
+ ip -color -br addr | sort -V | sed 's/@dsa[0-9]/ /' |pager
+
- ip -color -d addr |pager
-
+ ip -color -d addr |pager
+
- mctl |pager
-
+ mctl |pager
+
- show -p ip route |pager
-
+ show -p ip route |pager
+
@@ -451,8 +451,8 @@
- show -p ipv6 route |pager
-
+ show -p ipv6 route |pager
+
@@ -530,11 +530,11 @@
if [ -n "$KLISH_PARAM_split" ]; then
if echo $KLISH_PARAM_addrlen |grep -q ':'; then
split="-S $KLISH_PARAM_split"
- else
+ else
split="-s $KLISH_PARAM_split"
- fi
+ fi
else
- split=""
+ split=""
fi
netcalc $split $KLISH_PARAM_addrlen $KLISH_PARAM_netmask