부제: 기존 bonding 구성을 teamd 설정으로 자동 번역bond2team --master bond0 # bond0 ifcfg를 team으로 변환bond2team --master bond0 --stdout # 파일 수정 없이 화면에만 출력bond2team --bonding_opts "mode=1 miimon=100" # 옵션을 직접 넘겨 변환This tool translates bonding configuration to team.OPTIONS: --master set the master interface name or ifcfg --bonding_opts pass the bonding options instead of reading fr..