ブリッジインターフェース(br0)を作成し、物理ポート(eth0)を接続するために使用するipコマンドのサブコマンドはどれか。

ip link add … type bridge でブリッジデバイスを作成し、その後 ip link set eth0 master br0 等で接続する。