Hello, When start a domU through xl create. The domU associated ip in the configuration file is not recorded in the xenstore. For this reason vif-common.sh antispoof scripts fails. *xl create * /usr/bin/xenstore-ls /local/domain/0/backend/vif/5/0 frontend = "/local/domain/5/device/vif/0" frontend-id = "5" online = "1" state = "4" script = "/etc/xen/scripts/vif-bridge" mac = "00:16:3e:56:df:85" bridge = "eth1" handle = "0" feature-sg = "1" feature-gso-tcpv4 = "1" feature-rx-copy = "1" feature-rx-flip = "0" feature-smart-poll = "1" hotplug-status = "connected" *xm create* /usr/bin/xenstore-ls /local/domain/0/backend/vif/6/0 bridge = "eth1" domain = "vl261" handle = "0" uuid = "5ca3c748-451e-8270-50af-296bd494fca1" script = "/etc/xen/scripts/vif-bridge" *ip = "82.98.165.194"* state = "4" frontend = "/local/domain/6/device/vif/0" mac = "00:16:3e:56:df:85" online = "1" frontend-id = "6" feature-sg = "1" feature-gso-tcpv4 = "1" feature-rx-copy = "1" feature-rx-flip = "0" feature-smart-poll = "1" hotplug-status = "connected" _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
On Fri, 2011-02-18 at 09:13 +0000, Carlos wrote:> Hello, > > When start a domU through xl create. The domU associated ip in the > configuration file is not recorded in the xenstore. For this reason > vif-common.sh antispoof scripts fails.Please can you try my patch posted in <1297937409.16356.1441.camel@zakaz.uk.xensource.com> yesterday in the thread titled "Recent xl and network-route scripts" Thanks, Ian.> > xl create > > /usr/bin/xenstore-ls /local/domain/0/backend/vif/5/0 > frontend = "/local/domain/5/device/vif/0" > frontend-id = "5" > online = "1" > state = "4" > script = "/etc/xen/scripts/vif-bridge" > mac = "00:16:3e:56:df:85" > bridge = "eth1" > handle = "0" > feature-sg = "1" > feature-gso-tcpv4 = "1" > feature-rx-copy = "1" > feature-rx-flip = "0" > feature-smart-poll = "1" > hotplug-status = "connected" > > xm create > > /usr/bin/xenstore-ls /local/domain/0/backend/vif/6/0 > bridge = "eth1" > domain = "vl261" > handle = "0" > uuid = "5ca3c748-451e-8270-50af-296bd494fca1" > script = "/etc/xen/scripts/vif-bridge" > ip = "82.98.165.194" > state = "4" > frontend = "/local/domain/6/device/vif/0" > mac = "00:16:3e:56:df:85" > online = "1" > frontend-id = "6" > feature-sg = "1" > feature-gso-tcpv4 = "1" > feature-rx-copy = "1" > feature-rx-flip = "0" > feature-smart-poll = "1" > hotplug-status = "connected" > >_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Apparently Analagous Threads
- xl create don''t register IP in xenstore. vif-common.sh antispoof scripts fails [SOLVED]
- [LINUX] netfront: Cleanup and fix TSO/GSO/CHECKSUM conditionals
- [PATCH net-next v3 5/5] xen-netback: enable IPv6 TCP GSO to the guest
- [PATCH RESEND] net: convert xen-netfront to hw_features
- [PATCH RESEND] net: convert xen-netfront to hw_features