[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] vif-bridge question
Hi, in /etc/xen/scripts/vif-bridge there is this snippet of code: if [ ${ip} ] ; then # If we've been given a list of IP networks, allow pkts with these src addrs. for addr in ${ip} ; do iptables ${iptcmd} FORWARD -m physdev --physdev-in ${vif} -s ${addr} -j ACCEPT done The ip list is a command line argument. My question where is the domain config file can I specify the IP's that will be sent to vif-bridge? I tried: ip="1.1.1.1/32 1.1.1.2/32" and other variations but I just get illegal kernel boot option. ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |