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)

  • 相关阅读:
    响应头中的 ETag 值是如何生成的
    http请求状态码
    RPC 和 REST 有什么优劣
    comet 长轮询与 node 实现
    HTTPS 加密
    iterm2 快捷键
    static in C/C++
    03-树3 Tree Traversals Again
    2016.03.19随笔
    03-树2 List Leaves
  • 原文地址:https://www.cnblogs.com/gaozhengwei/p/9897876.html
Copyright © 2011-2022 走看看