Re: [openstack-dev] l2gw

2017-10-12 Thread Lajos Katona
uawei.com; Luis Tomas Bolivar ; maruti.ka...@radisys.com; Lajos Katona ; Dayavanti Gopal Kamath ; George Offord *Subject:* Re: [openstack-dev] l2gw I've been taking a look at the implementation and thinking about which cases update should be allowed. At a first glance, I would say that we

Re: [openstack-dev] l2gw

2017-10-10 Thread Ricardo Noriega De Soto
I've been taking a look at the implementation and thinking about which cases update should be allowed. At a first glance, I would say that we should allow updates: - Add a new interface (neutron l2-gateway-update gw1 --device name=hwvtep,interface_names=eth0,*eth1*) being eth1 the new inte

Re: [openstack-dev] l2gw

2017-09-29 Thread Lajos Katona
Hi Ricardo, That is the exception which gives us the trouble. If you have ideas as you mentioned in which case a gw should be updated, and in what not, that would be really nice. Actually now we have a kind of development environment with devstack and vtep emulator (http://docs.openvswitch.org

Re: [openstack-dev] l2gw

2017-09-28 Thread Ricardo Noriega De Soto
I see the exception now Lajos: class L2GatewayInUse(exceptions.InUse): message = _("L2 Gateway '%(gateway_id)s' still has active mappings " "with one or more neutron networks.") :-) On Wed, Sep 27, 2017 at 6:40 PM, Ricardo Noriega De Soto < rnori...@redhat.com> wrote: > Hey

Re: [openstack-dev] l2gw

2017-09-27 Thread Ricardo Noriega De Soto
Hey Lajos, Is this the exception you are encountering? (neutron) l2-gateway-update --device name=hwvtep,interface_names=eth0,eth1 gw1 L2 Gateway 'b8ef7f98-e901-4ef5-b159-df53364ca996' still has active mappings with one or more neutron networks. Neutron server returns request_ids: ['req-f231dc53-c

Re: [openstack-dev] [l2gw] How to handle correctly unknown-dst traffic

2017-08-15 Thread Saverio Proto
> The ucast-mac-remote table is filled with information that don't match > your comments. In my environment, I have created only one neutron > network, one l2gw instance and one l2gw connection. However, the mac > reflected in that table corresponds to the dhcp port of the Neutron > network (I've c

Re: [openstack-dev] [l2gw] How to handle correctly unknown-dst traffic

2017-06-23 Thread Ricardo Noriega De Soto
Hi Saverio, Comments and questions inline: First of all, which backend are you using? the l2gateway agent? or something like OpenDaylight?? I'm currently testing an L2GW scenario with ODL. On Mon, May 29, 2017 at 4:54 PM, Saverio Proto wrote: > Hello, > > I have a question about the l2gw. I d

Re: [openstack-dev] [l2gw] How to handle correctly unknown-dst traffic

2017-06-19 Thread Saverio Proto
Hello, I try again. Any l2gw plugin user that wants to comment on my email ? thank you Saverio On 29/05/17 16:54, Saverio Proto wrote: > Hello, > > I have a question about the l2gw. I did a deployment, I described the > steps here: > https://review.openstack.org/#/c/453209/ > > The unicast t