[Yahoo-eng-team] [Bug 1425639] Re: A functional floating ip stops working sometimes if another floating ip is created and deleted.

2015-03-30 Thread Rajeev Grover
The code structure has changed significantly and haven't heard of any other citing of this specific issue for a while so marking it as invalid for now. ** Changed in: neutron Status: In Progress => Invalid -- You received this bug notification because you are a member of Yahoo! Engineerin

[Yahoo-eng-team] [Bug 1429162] [NEW] When configured, MTU not set for fpr and rfp interfaces on DVR

2015-03-06 Thread Rajeev Grover
Grover (rajeev-grover) Status: New ** Changed in: neutron Assignee: (unassigned) => Rajeev Grover (rajeev-grover) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1429

[Yahoo-eng-team] [Bug 1425887] Re: Setting 'enable_snat' be false does not work in DVR

2015-02-26 Thread Rajeev Grover
Presence of the SNAT namespace is not a bug because the port that provides connectivity to the external network resides in the SNAT namespace. If you check, even for a legacy router with "enable_snat": false a qg interface is created on the external network. Similarly for the DVR such a port is

[Yahoo-eng-team] [Bug 1425639] [NEW] A functional floating ip stops working sometimes if another floating ip is created and deleted.

2015-02-25 Thread Rajeev Grover
/screen-q-vpn.txt.gz#_2015-02-24_02_21_57_960 ** Affects: neutron Importance: Undecided Assignee: Rajeev Grover (rajeev-grover) Status: New ** Tags: l3-dvr-backlog ** Changed in: neutron Assignee: (unassigned) => Rajeev Grover (rajeev-grover) ** Tags added: l3-dvr-back

[Yahoo-eng-team] [Bug 1414779] [NEW] DVR floatingip to rule priority association lost on Agent restart

2015-01-26 Thread Rajeev Grover
. ** Affects: neutron Importance: Undecided Assignee: Rajeev Grover (rajeev-grover) Status: New ** Tags: l3-dvr-backlog ** Changed in: neutron Assignee: (unassigned) => Rajeev Grover (rajeev-grover) ** Tags added: l3-dvr-backlog -- You received this bug notificat

[Yahoo-eng-team] [Bug 1381238] [NEW] Race condition on processing DVR floating IPs

2014-10-14 Thread Rajeev Grover
Public bug reported: A race condition can sometimes occur in l-3 agent when a dvr based floatingip is being deleted from one router and another dvr based floatingip is being configured on another router in the same node. Especially if the floatingip being deleted was the last floatingip on the nod

[Yahoo-eng-team] [Bug 1360395] [NEW] FIP namespace should not track connections for DVR

2014-08-22 Thread Rajeev Grover
tracked in the fip namespace because tracking is turned on by default. To avoid unnecessary consumption of resources tracking of such connections should be turned off in fip namespace. ** Affects: neutron Importance: Undecided Assignee: Rajeev Grover (rajeev-grover) Status: New

[Yahoo-eng-team] [Bug 1352798] Re: when a external network is attached to the router with disable-snat no snat namespace should be created

2014-08-07 Thread Rajeev Grover
This should not be considered as a bug because the snat namespace provides access to the gateway. enable_snat only controls whether the outbound traffic is snated or not, the traffic has to still go out the external gateway. To create this path to the external gateway the namespace has to be crea

[Yahoo-eng-team] [Bug 1348737] [NEW] Once a Gateway is set L-3 agent attempts to update external Gateway on every router update

2014-07-25 Thread Rajeev Grover
Public bug reported: once an external gateway is set, due to a logic error, for every subsequent router update the L-3 agent incorrectly concludes there is a change in external gateway. This causes the codepath to set external gateway getting invoked un-necessarily. In process_router(...) ..