OUTPUT

  1. #iptables --line-numbers -vnL OUTPUT
  2. Chain OUTPUT (policy ACCEPT 965K packets, 149M bytes)
  3. num pkts bytes target prot opt in out source destination
  4. 1 481K 107M neutron-filter-top all -- * * 0.0.0.0/0 0.0.0.0/0
  5. 2 481K 107M neutron-openvswi-OUTPUT all -- * * 0.0.0.0/0 0.0.0.0/0

分别跳转到neutron-filter-top和neutron-openvswi-OUTPUT。

  1. #iptables --line-numbers -vnL neutron-filter-top
  2. Chain neutron-filter-top (2 references)
  3. num pkts bytes target prot opt in out source destination
  4. 1 497K 112M neutron-openvswi-local all -- * * 0.0.0.0/0 0.0.0.0/0

跳转到neutron-openvswi-local。

  1. #iptables --line-numbers -vnL neutron-openvswi-OUTPUT
  2. Chain neutron-openvswi-OUTPUT (1 references)
  3. num pkts bytes target prot opt in out source destination

该chain目前无规则。

  1. #iptables --line-numbers -vnL neutron-openvswi-local
  2. Chain neutron-openvswi-local (1 references)
  3. num pkts bytes target prot opt in out source destination

该chain目前也无规则。