Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2015
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. Bridge br-ex
  2. Port br-ex
  3. Interface br-ex
  4. type: internal
  5. Bridge br-tun
  6. fail_mode: secure
  7. Port br-tun
  8. Interface br-tun
  9. type: internal
  10. Port patch-int
  11. Interface patch-int
  12. type: patch
  13. options: {peer=patch-tun}
  14. Bridge br-int
  15. fail_mode: secure
  16. Port br-int
  17. Interface br-int
  18. type: internal
  19. Port patch-tun
  20. Interface patch-tun
  21. type: patch
  22. options: {peer=patch-int}
  23. ovs_version: "2.4.0"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement