zoukankan      html  css  js  c++  java
  • neutron Flat/Vlan Pipeline

    int_br
    table0(LOCAL_SWITCHING)
        egress->table71(BASE_EGRESS_TABLE)
            1. arp(arp spoof)->normal
            2. udp(dhcp)->table73(ACCEPT_OR_INGRESS_TABLE)
                    1.dst(local_mac)->table81
                    2.new->normal
                    3.normal
            3. other(ct)->table72(RULES_EGRESS_TABLE)
                    match(ct,rule)->normal
        ingress->table81(BASE_INGRESS_TABLE)
            1. arp(dst_mac)->tap
            2. udp(dhcp)->tap
            3. other(ct)->table82(RULES_INGRESS_TABLE)
                  match(ct,rule)->tap
                  other->normal
    ================================================================================
    phys_brs
    table0
            1.phy-br-ex(non-dvr)->normal
            2.phy-br-ex(dvr)->table1(DVR_PROCESS_VLAN)
            3.other->table3(DVR_NOT_LEARN_VLAN)

  • 相关阅读:
    流畅的python,Fluent Python 第十章笔记
    foo
    std140
    android 开发注意事项
    Android ABI
    mac 基本
    build automation software 自动构建工具
    修改环境变量
    hyphenation
    Latency
  • 原文地址:https://www.cnblogs.com/gaozhengwei/p/9897876.html
Copyright © 2011-2022 走看看