diff options
Diffstat (limited to 'pkg/csource/linux_common.go')
| -rw-r--r-- | pkg/csource/linux_common.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/csource/linux_common.go b/pkg/csource/linux_common.go index a28bc8baa..96361ad6f 100644 --- a/pkg/csource/linux_common.go +++ b/pkg/csource/linux_common.go @@ -571,7 +571,6 @@ static void initialize_netdevices(void) execute_command(0, "ip link set dev %s address %s", devnames[i], addr); execute_command(0, "ip link set dev %s up", devnames[i]); } - execute_command(0, "ip link add name bond_slave type veth peer name team_slave"); execute_command(0, "ip link set bond_slave master bond0"); execute_command(0, "ip link set team_slave master team0"); |
