Show specified Bonding interface information interfaces bonding ${vyos_op_scripts_dir}/interfaces.py show --intf_name="$4" --intf_type=bonding Show summary of the specified bonding interface information ${vyos_op_scripts_dir}/interfaces.py show_summary --intf_name="$4" --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 bonding interface information ${vyos_op_scripts_dir}/show-bond.py --interface "$4" Show specified virtual network interface (vif) information interfaces bonding ${COMP_WORDS[3]} vif ${vyos_op_scripts_dir}/interfaces.py show --intf_name="$4.$6" --intf_type=bonding Show summary of specified virtual network interface (vif) information ${vyos_op_scripts_dir}/interfaces.py show_summary --intf_name="$4.$6" --intf_type=bonding Show eXpress Data Path statistics sudo ${vyos_op_scripts_dir}/show_xdp_stats.sh bonding "$4" Show Bonding interface information ${vyos_op_scripts_dir}/interfaces.py show_summary --intf_type=bonding Show detailed bonding interface information ${vyos_op_scripts_dir}/interfaces.py show --intf_type=bonding Show specified bonding interface information ${vyos_op_scripts_dir}/show-bond.py --slaves