Show specified Bonding interface information interfaces bonding ${vyos_op_scripts_dir}/show_interfaces.py --intf="$4" --intf-type=bonding Show summary of the specified bonding interface information ${vyos_op_scripts_dir}/show_interfaces.py --intf="$4" --action=show-brief --intf-type=bonding Show detailed interface information if [ -f "/proc/net/bonding/$4" ]; then cat "/proc/net/bonding/$4"; else echo "Interface $4 does not exist!"; fi Show specified virtual network interface (vif) information interfaces bonding ${COMP_WORDS[3]} vif ${vyos_op_scripts_dir}/show_interfaces.py --intf="$4.$6" --intf-type=bonding Show summary of specified virtual network interface (vif) information ${vyos_op_scripts_dir}/show_interfaces.py --intf="$4.$6" --action=show-brief --intf-type=bonding Show Bonding interface information ${vyos_op_scripts_dir}/show_interfaces.py --intf-type=bonding --action=show-brief Show detailed bonding interface information ${vyos_op_scripts_dir}/show_interfaces.py --intf-type=bonding --action=show