mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-16 05:53:09 +01:00
8 lines
69 B
Bash
8 lines
69 B
Bash
#!/bin/bash
|
|
|
|
. /usr/sbin/so-common
|
|
|
|
set -e
|
|
|
|
add_interface_bond0 "$1"
|