• How to check Open vSwitch version and supports OpenFlow version


    Open vSwitch (OVS) is an open-source virtual switch, featuring programmable switch forwarding capability. The forwarding plane of OVS can be dynamically controlled by an external network controller, such as OpenFlow controller, which enables key innovation called software-defined networking in large-scale virtual environments.

    OVS is included in the Linux kernel 3.3 or higher. For earlier versions of Linux kernel, you can install OVS via standard package installation (e.g., Ubuntu 12.04), or can build OVS from the official source tree at openvswitch.org.

    If you have OVS already installed on your machine, you can check Open vSwitch version as follows.

    $ ovs-vswitchd --version
    ovs-vswitchd (Open vSwitch) 1.8.90
    Compiled Oct 23 2012 15:39:36
    OpenFlow versions 0x1:0x1 

    The above output indicates that the OVS version is 1.8.90, and that it supports OpenFlow specification version 1.1.

  • 相关阅读:
    价格与用户权限
    bootstrap-validator
    关于项目管理的感想
    rabbitmq使用日记
    matplotlib
    JS滑动到页面底部
    排序算法思想
    杀死指定进程
    pycharm的一些快捷键
    对支付宝支付的理解
  • 原文地址:https://www.cnblogs.com/yangpigao/p/3566976.html
Copyright © 2020-2023  润新知