wido commented on issue #3070: kvm: Refactory VXLAN script and add IPv6 support
URL: https://github.com/apache/cloudstack/pull/3070#issuecomment-443642615
 
 
   A manual test of this script:
   
   Create a VXLAN device and a bridge.
   <pre>
   root@n01:~# 
/usr/share/cloudstack-common/scripts/vm/network/vnet/modifyvxlan.sh -v 3000 -p 
cloudbr0 -b brvx-3000 -o add
   multicast 239.0.11.184 for VNI 3000 on cloudbr0
   vxlan: destination port not specified
   Will use Linux kernel default (non-standard value)
   Use 'dstport 4789' to get the IANA assigned value
   Use 'dstport 0' to get default and quiet this message
   root@n01:~# ip link show dev vxlan3000
   182: vxlan3000: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 8950 qdisc noqueue 
master brvx-3000 state UNKNOWN mode DEFAULT group default qlen 1000
       link/ether 76:e4:c1:bb:73:5c brd ff:ff:ff:ff:ff:ff
   root@n01:~# bridge link show|grep brvx-3000
   182: vxlan3000 state UNKNOWN : <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 8950 
master brvx-3000 state forwarding priority 32 cost 100 
   root@n01:~#
   </pre>
   
   Delete the interfaces again
   <pre>
   root@n01:~# 
/usr/share/cloudstack-common/scripts/vm/network/vnet/modifyvxlan.sh -v 3000 -p 
cloudbr0 -b brvx-3000 -o delete
   root@n01:~# 
   </pre>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to