# File lib/specinfra/command/freebsd/base/interface.rb, line 11
    def get_mtu_of(name)
      "ifconfig #{name} | awk '/mtu /{print $NF}'"
    end