Advertisement
Guest User

Untitled

a guest
Oct 2nd, 2012
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. # ovs-vsctl show
  2. 7ed45f74-36fd-4732-a258-9d37462729c3
  3. Bridge br-tun
  4. Port patch-int
  5. Interface patch-int
  6. type: patch
  7. options: {peer=patch-tun}
  8. Port "gre-2"
  9. Interface "gre-2"
  10. type: gre
  11. options: {in_key=flow, out_key=flow}
  12. Port br-tun
  13. Interface br-tun
  14. type: internal
  15. Bridge br-ex
  16. Port br-ex
  17. Interface br-ex
  18. type: internal
  19. Port "qg-ae3adf24-cb"
  20. Interface "qg-ae3adf24-cb"
  21. type: internal
  22. Port "eth3"
  23. Interface "eth3"
  24. Bridge br-int
  25. Port patch-tun
  26. Interface patch-tun
  27. type: patch
  28. options: {peer=patch-int}
  29. Port "tap6d865052-59"
  30. tag: 4095
  31. Interface "tap6d865052-59"
  32. type: internal
  33. Port "vnet0"
  34. tag: 1
  35. Interface "vnet0"
  36. Port br-int
  37. Interface br-int
  38. type: internal
  39. Port "vnet4"
  40. tag: 1
  41. Interface "vnet4"
  42. Port "vnet2"
  43. tag: 1
  44. Interface "vnet2"
  45. Port "tap5da3f20e-ef"
  46. tag: 4095
  47. Interface "tap5da3f20e-ef"
  48. type: internal
  49. Port "qr-d9566f07-71"
  50. tag: 1
  51. Interface "qr-d9566f07-71"
  52. type: internal
  53. Port "vnet1"
  54. tag: 1
  55. Interface "vnet1"
  56. Port "vnet3"
  57. tag: 1
  58. Interface "vnet3"
  59. ovs_version: "1.4.0+build0"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement