summaryrefslogtreecommitdiff
path: root/neutron/db/l3_dvr_db.py
Commit message (Expand)AuthorAgeFilesLines
* Rename _find_router_port_by_network_and_device_ownerHong Hui Xiao2016-05-201-5/+6
* DVR: Fix check multiprefix when delete ipv4 router interfaceHong Hui Xiao2016-05-201-0/+6
* DVR: Fix TypeError in arp update with allowed_address_pairsSwaminathan Vasudevan2016-05-031-4/+22
* Use converters and validators from neutron-libHenry Gessau2016-04-241-2/+2
* Use constants from neutron-libHenry Gessau2016-04-231-27/+28
* Merge "Modify an option for delete-port as recovery"Jenkins2016-04-231-1/+1
|\
| * Modify an option for delete-port as recoveryIsaku Yamahata2016-04-181-1/+1
* | Use exceptions from neutron-libHenry Gessau2016-04-211-1/+1
|/
* DVR: Handle unbound allowed_address_pair port with FIPSwaminathan Vasudevan2016-03-151-4/+93
* DVR:Pro-active router creation with live migrationSwaminathan Vasudevan2016-03-141-4/+49
* Update network object in DHCP agent with router interface changesShih-Hao Li2016-03-121-0/+2
* Merge "Add logging statements to help debug L3 sync"Jenkins2016-03-091-0/+2
|\
| * Add logging statements to help debug L3 syncKevin Benton2016-03-081-0/+2
* | Merge "Add BGP Callback and agent RPC notifcation implementations"Jenkins2016-03-091-0/+12
|\ \ | |/ |/|
| * Add BGP Callback and agent RPC notifcation implementationsvikram.choudhary2016-03-081-0/+12
* | DVR:Remove unwanted check in _get_dvr_service_port_hostidSwaminathan Vasudevan2016-02-291-2/+1
|/
* Support MTU advertisement using IPv6 RAssridhargaddam2016-02-101-6/+8
* Merge "DVR: Remove unwanted call to _get_routers while arp update"Jenkins2016-02-031-9/+7
|\
| * DVR: Remove unwanted call to _get_routers while arp updateSwaminathan Vasudevan2016-01-281-9/+7
* | Remove bindings of DVR routers to L3 agents on compute nodesOleg Bondarev2016-02-011-5/+5
|/
* Merge "DVR: Add action specific functions for arp_entry_update"Jenkins2016-01-271-16/+26
|\
| * DVR: Add action specific functions for arp_entry_updateSwaminathan Vasudevan2016-01-191-16/+26
* | Refactor remove_router_interface() for DVROleg Bondarev2016-01-211-65/+44
* | Merge "Do not remove router from dvr_snat agents on dvr port deletion"Jenkins2016-01-211-4/+12
|\ \
| * | Do not remove router from dvr_snat agents on dvr port deletionOleg Bondarev2016-01-181-4/+12
* | | Merge "Filter by device_owner instead of iterating by all subnet ports"Jenkins2016-01-201-10/+10
|\ \ \ | |_|/ |/| |
| * | Filter by device_owner instead of iterating by all subnet portsOleg Bondarev2016-01-151-10/+10
| |/
* | Remove dead method _get_router_idslzklibj2016-01-181-5/+0
|/
* DVR: when updating port's fixed_ips, update arpJohn Schwarz2016-01-141-18/+29
* Merge "Remove duplicate for check_ports_exist_on_l3agent"Jenkins2016-01-121-2/+2
|\
| * Remove duplicate for check_ports_exist_on_l3agentOleg Bondarev2016-01-111-2/+2
* | Rename _get_vm_port_hostid in dvr to reflect the right functionalitySwaminathan Vasudevan2016-01-081-12/+11
|/
* DVR: Rename dvr_vmarp_table_updateSwaminathan Vasudevan2016-01-081-5/+6
* Merge "select router with subnet's gateway_ip for floatingip"Jenkins2016-01-081-10/+0
|\
| * select router with subnet's gateway_ip for floatingipvenkata anil2015-12-091-10/+0
* | Use the constant HOST_ID instead of 'binding:host_id'Gary Kotton2015-12-201-1/+1
* | Remove unused parameter from _update_router_db methodEugene Nikanorov2015-12-161-4/+4
|/
* Use _ from neutron._i18nAkihiro Motoki2015-12-061-1/+1
* Move i18n to _i18n, as per oslo_i18n guidelinesDoug Wiegley2015-12-011-1/+1
* Change check_ports_exist_on_l3agent to pass the subnet_idsSwaminathan Vasudevan2015-11-301-5/+8
* Use admin context when requesting floating ip's router infoOleg Bondarev2015-11-131-6/+3
* DVR: remove redundant checkGary Kotton2015-11-111-1/+1
* Update internal snat port prefix for multiple IPv6 subnetsSwaminathan Vasudevan2015-11-091-11/+78
* Merge "Optimize delete_csnat_router_interface_ports db query"Jenkins2015-11-051-2/+2
|\
| * Optimize delete_csnat_router_interface_ports db queryCedric Brandily2015-11-031-2/+2
* | Merge "Delete fipnamespace when external net removed on DVR"Jenkins2015-11-041-1/+5
|\ \ | |/ |/|
| * Delete fipnamespace when external net removed on DVRSwaminathan Vasudevan2015-10-221-1/+5
* | DVR: notify specific agent when deleting floating ipOleg Bondarev2015-10-221-0/+4
|/
* DVR: Notify specific agent when update floatingipchangzhi2015-10-201-15/+36
* Merge "Revert "DVR: Notify specific agent when update floatingip""Jenkins2015-10-191-25/+5
|\