openstackgerrit | Hong Hui Xiao proposed openstack/dragonflow master: Add BGP db model and service https://review.openstack.org/451408 | 02:28 |
---|---|---|
openstackgerrit | Hong Hui Xiao proposed openstack/dragonflow master: Add bgp service plugin https://review.openstack.org/452507 | 02:28 |
openstackgerrit | Hong Hui Xiao proposed openstack/dragonflow master: Update route in bgp speaker when router port udpate https://review.openstack.org/455317 | 02:28 |
openstackgerrit | Hong Hui Xiao proposed openstack/dragonflow master: Update route in bgp speaker when fip udpate https://review.openstack.org/459052 | 02:29 |
*** xiaohhui has quit IRC | 03:00 | |
*** gongysh has joined #openstack-dragonflow | 03:17 | |
openstackgerrit | Merged openstack/dragonflow master: Add get_index() convenience method https://review.openstack.org/457563 | 03:55 |
*** l_jacob has joined #openstack-dragonflow | 04:40 | |
*** l_jacob_ has joined #openstack-dragonflow | 04:40 | |
*** l_jacob has quit IRC | 04:41 | |
*** gongysh has quit IRC | 05:11 | |
*** l_jacob_ has quit IRC | 05:34 | |
*** l_jacob_ has joined #openstack-dragonflow | 05:46 | |
*** gongysh has joined #openstack-dragonflow | 06:17 | |
*** dimak_ has joined #openstack-dragonflow | 06:40 | |
openstackgerrit | Lihi Wishnitzer proposed openstack/dragonflow master: Migrate Security Groups to new model structure https://review.openstack.org/445548 | 06:47 |
openstackgerrit | Omer Anson proposed openstack/dragonflow master: Introduce ListOfField https://review.openstack.org/459578 | 08:14 |
openstackgerrit | Omer Anson proposed openstack/dragonflow master: Introduce ListOfField https://review.openstack.org/459578 | 08:27 |
oanson | dimak_, ^^^ | 08:28 |
*** zenoway has joined #openstack-dragonflow | 08:46 | |
*** zenoway has quit IRC | 08:51 | |
*** gongysh has quit IRC | 08:58 | |
*** gongysh has joined #openstack-dragonflow | 09:16 | |
openstackgerrit | Hong Hui Xiao proposed openstack/dragonflow master: Add bgp driver https://review.openstack.org/459617 | 09:56 |
*** gongysh has quit IRC | 10:08 | |
*** zenoway has joined #openstack-dragonflow | 10:28 | |
openstackgerrit | Omer Anson proposed openstack/dragonflow master: Support comparison of ModelProxy with None https://review.openstack.org/459626 | 10:39 |
*** zenoway has quit IRC | 10:55 | |
*** zenoway has joined #openstack-dragonflow | 11:00 | |
*** zenoway has quit IRC | 11:05 | |
*** zenoway has joined #openstack-dragonflow | 11:05 | |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow master: Migrate OvsPort and remove LocalInterface https://review.openstack.org/459638 | 11:23 |
*** zenoway has quit IRC | 11:26 | |
*** zenoway has joined #openstack-dragonflow | 11:28 | |
*** natanbro has joined #openstack-dragonflow | 11:29 | |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow master: Migrate OvsPort and remove LocalInterface https://review.openstack.org/459638 | 11:33 |
openstackgerrit | Omer Anson proposed openstack/dragonflow master: Support comparison of ModelProxy with None https://review.openstack.org/459626 | 12:06 |
*** zenoway has quit IRC | 12:11 | |
*** zenoway has joined #openstack-dragonflow | 12:11 | |
*** zenoway has quit IRC | 12:16 | |
*** zenoway has joined #openstack-dragonflow | 12:20 | |
*** zenoway has quit IRC | 12:29 | |
*** zenoway has joined #openstack-dragonflow | 12:40 | |
*** saggi_ has joined #openstack-dragonflow | 12:41 | |
*** zenoway has quit IRC | 12:41 | |
*** zenoway has joined #openstack-dragonflow | 12:41 | |
*** saggi has quit IRC | 12:42 | |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow master: Skip NbApi when updating OvsPorts https://review.openstack.org/459666 | 12:47 |
openstackgerrit | Omer Anson proposed openstack/dragonflow master: Migrate lport to NB models https://review.openstack.org/447366 | 12:53 |
openstackgerrit | Omer Anson proposed openstack/dragonflow master: Introduce ListOfField https://review.openstack.org/459578 | 12:53 |
openstackgerrit | Omer Anson proposed openstack/dragonflow master: Support comparison of ModelProxy with None https://review.openstack.org/459626 | 12:53 |
*** zenoway has quit IRC | 13:48 | |
*** VenuReddy has joined #openstack-dragonflow | 13:50 | |
*** lewo has quit IRC | 13:51 | |
VenuReddy | Hi. Was trying to understand distributed DHCP function of DF. Had a question regarding it. Ideally, none of the pkts destined to DHCP port should have gone out of local host. Why aren't we dropping the pkts destined to DHCP port ? Could someone help on this. | 14:00 |
VenuReddy | When vm sends arp req to dhcp port, it is sent out to other compute hosts which has vms in that network. We could have avoided it. | 14:03 |
VenuReddy | Am I missing something ? | 14:05 |
oanson | No. I think we just ignored the ARP case | 14:09 |
oanson | VenuReddy, I think the correct behaviour would be to install an ARP responder for the DHCP port on the compute host | 14:09 |
oanson | This would have the same effect as 'dropping' the packet, but the VM will see the port as if it is alive, which I think would be closer to the expected result. | 14:10 |
VenuReddy | Yeah arp responder flow is better. | 14:13 |
oanson | Opened bug https://bugs.launchpad.net/dragonflow/+bug/1686108 | 14:18 |
openstack | Launchpad bug 1686108 in DragonFlow "DHCP port does not have an ARP responder" [Undecided,New] | 14:18 |
oanson | Feel free to update the Importance | 14:18 |
openstackgerrit | Omer Anson proposed openstack/dragonflow master: [WIP]Add VLAN aware VMs support to Dragonflow https://review.openstack.org/438683 | 14:27 |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow master: [WIP] Migrate FloatingIp to the new model framework https://review.openstack.org/444918 | 14:50 |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow master: Migrate OvsPort and remove LocalInterface https://review.openstack.org/459638 | 14:53 |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow master: Skip NbApi when updating OvsPorts https://review.openstack.org/459666 | 14:53 |
*** natanbro has quit IRC | 14:58 | |
*** VenuReddy1 has joined #openstack-dragonflow | 15:16 | |
*** VenuReddy has quit IRC | 15:19 | |
*** VenuReddy has joined #openstack-dragonflow | 15:58 | |
*** VenuReddy1 has quit IRC | 16:01 | |
*** saggi_ is now known as saggi | 16:24 | |
*** dimak_ has quit IRC | 16:36 | |
*** VenuReddy has quit IRC | 19:36 | |
*** VenuReddy has joined #openstack-dragonflow | 19:55 | |
*** VenuReddy has quit IRC | 20:18 | |
*** VenuReddy has joined #openstack-dragonflow | 20:32 | |
*** dimak_ has joined #openstack-dragonflow | 20:37 | |
*** dimak_ has quit IRC | 21:00 | |
*** openstack has joined #openstack-dragonflow | 23:31 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!