Guest User

Untitled

a guest
Feb 28th, 2014
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. Bridge br-tun
  2. Port br-tun
  3. Interface br-tun
  4. type: internal
  5. Port patch-int
  6. Interface patch-int
  7. type: patch
  8. options: {peer=patch-tun}
  9. Port "gre-3"
  10. Interface "gre-3"
  11. type: gre
  12. options: {in_key=flow, local_ip="172.16.0.1", out_key=flow, remote_ip="172.16.0.3"}
  13. Port "gre-4"
  14. Interface "gre-4"
  15. type: gre
  16. options: {in_key=flow, local_ip="172.16.0.1", out_key=flow, remote_ip="172.16.0.4"}
  17. Port "gre-2"
  18. Interface "gre-2"
  19. type: gre
  20. options: {in_key=flow, local_ip="172.16.0.1", out_key=flow, remote_ip="172.16.0.2"}
  21. Bridge br-int
  22. Port patch-tun
  23. Interface patch-tun
  24. type: patch
  25. options: {peer=patch-int}
  26. Port "tapba797d18-c5"
  27. tag: 5
  28. Interface "tapba797d18-c5"
  29. Port br-int
  30. Interface br-int
  31. type: internal
  32. Port "tap478427af-79"
  33. tag: 6
  34. Interface "tap478427af-79"
  35. Bridge br-ex
  36. Port br-ex
  37. Interface br-ex
  38. type: internal
  39. Port "eth1"
  40. Interface "eth1"
  41. ovs_version: "1.10.2"
Advertisement
Add Comment
Please, Sign In to add comment