[ovs-dev] output action to a bonded port

Ethan Jackson ethan at nicira.com
Thu Mar 15 18:34:24 UTC 2012


No, the bundle does not output to a bond.  It outputs to a group of
ports analogous to an OpenFlow 1.1 group.  I don't recommend using it
as it doesn't go through the standard bonding code and thus may
exhibit unexpected behavior.

Ethan

On Thu, Mar 15, 2012 at 10:10, Luiz Ozaki <luiz.ozaki at locaweb.com.br> wrote:
> On 3/15/12 2:05 PM, Ben Pfaff wrote:
>
> I'm pretty sure that the "bundle" action can output to a bond.  Ethan?
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev
>
>
> Yep, in here we use bundle to output to a bond
>
> ovs-ofctl show xapi0
> OFPT_FEATURES_REPLY (xid=0x1): ver:0x1, dpid:000066fd92fddef4
> n_tables:255, n_buffers:256
> features: capabilities:0xc7, actions:0xfff
>  1(eth3): addr:10:1f:74:32:f7:b5
>      config:     0
>      state:      0
>      current:    COPPER AUTO_NEG
>      advertised: 1GB-FD 10GB-FD
>      supported:  1GB-FD 10GB-FD COPPER AUTO_NEG
>  2(eth2): addr:10:1f:74:32:f7:b1
>      config:     0
>      state:      0
>      current:    COPPER AUTO_NEG
>      advertised: 1GB-FD 10GB-FD
>      supported:  1GB-FD 10GB-FD COPPER AUTO_NEG
>  3(bond0): addr:46:d3:ff:3e:59:95
>      config:     0
>      state:      0
>  75(vif55.0): addr:fe:ff:ff:ff:ff:ff
>      config:     0
>      state:      0
>  81(vif56.0): addr:fe:ff:ff:ff:ff:ff
>      config:     0
>      state:      0
>  82(vif57.0): addr:fe:ff:ff:ff:ff:ff
>      config:     0
>      state:      0
>  83(vif58.0): addr:fe:ff:ff:ff:ff:ff
>      config:     0
>      state:      0
>  84(vif59.0): addr:fe:ff:ff:ff:ff:ff
>      config:     0
>      state:      0
>  85(vif60.0): addr:fe:ff:ff:ff:ff:ff
>      config:     0
>      state:      0
>  86(vif61.0): addr:fe:ff:ff:ff:ff:ff
>      config:     0
>      state:      0
>  87(vif62.0): addr:fe:ff:ff:ff:ff:ff
>      config:     0
>      state:      0
>  88(vif63.0): addr:fe:ff:ff:ff:ff:ff
>      config:     0
>      state:      0
>  91(vif64.0): addr:fe:ff:ff:ff:ff:ff
>      config:     0
>      state:      0
>  94(vif67.0): addr:fe:ff:ff:ff:ff:ff
>      config:     0
>      state:      0
>  97(vif70.0): addr:fe:ff:ff:ff:ff:ff
>      config:     0
>      state:      0
>  100(vif73.0): addr:fe:ff:ff:ff:ff:ff
>      config:     0
>      state:      0
>  LOCAL(xapi0): addr:10:1f:74:32:f7:b1
>      config:     0
>      state:      0
> OFPT_GET_CONFIG_REPLY (xid=0x3): frags=normal miss_send_len=0
>
> action=bundle(eth_src,0,hrw,ofport,slaves:1,2)
>
> --
> Luiz Henrique Ozaki
>
>
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev
>



More information about the dev mailing list