Advertisement
diegolima

OS - Networking Node - ovs-vsctl show

Dec 23rd, 2013
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. 66cc8831-8cc6-483d-a4cb-99fb73bee7fe
  2. Bridge br-tun
  3. Port br-tun
  4. Interface br-tun
  5. type: internal
  6. Port "gre-1"
  7. Interface "gre-1"
  8. type: gre
  9. options: {in_key=flow, local_ip="10.130.10.201", out_key=flow, remote_ip="10.130.10.11"}
  10. Port patch-int
  11. Interface patch-int
  12. type: patch
  13. options: {peer=patch-tun}
  14. Port "gre-3"
  15. Interface "gre-3"
  16. type: gre
  17. options: {in_key=flow, local_ip="10.130.10.201", out_key=flow, remote_ip="10.130.10.202"}
  18. Bridge br-int
  19. Port "eth3"
  20. Interface "eth3"
  21. Port br-int
  22. Interface br-int
  23. type: internal
  24. Port "tap01aec59c-fa"
  25. tag: 1
  26. Interface "tap01aec59c-fa"
  27. type: internal
  28. Port patch-tun
  29. Interface patch-tun
  30. type: patch
  31. options: {peer=patch-int}
  32. ovs_version: "1.10.2"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement