O método que você está usando para atribuir um endereço IP de alias bond0:0
é considerado obsoleto neste ponto com kernels Linux .
IP-Aliasing:
============
IP-aliases are an obsolete way to manage multiple IP-addresses/masks
per interface. Newer tools such as iproute2 support multiple
address/prefixes per interface, but aliases are still supported
for backwards compatibility.
An alias is formed by adding a colon and a string when running ifconfig.
This string is usually numeric, but this is not a must.
A sintaxe correta para excluir / reduzir um alias é usar ifconfig
da seguinte forma:
$ ifconfig bond0:0 down
Eu suspeito que você seria capaz de fazer o mesmo com o comando ip
do iproute2:
$ ip link set bond0:0 down