Advertisement
Guest User

Untitled

a guest
Sep 24th, 2019
346
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.78 KB | None | 0 0
  1. {
  2. "data" : [
  3. {
  4. "type" : "alias",
  5. "autostart" : 1,
  6. "iface" : "vmbr1:0",
  7. "families" : [
  8. "inet"
  9. ],
  10. "method6" : "manual",
  11. "method" : "static",
  12. "priority" : 15,
  13. "address" : "10.10.10.10",
  14. "netmask" : "255.255.255.255",
  15. "exists" : null
  16. },
  17. {
  18. "slaves" : "ext1 ext2",
  19. "bond_xmit_hash_policy" : "layer3+4",
  20. "active" : 1,
  21. "priority" : 5,
  22. "bond_mode" : "802.3ad",
  23. "bond_miimon" : "100",
  24. "method" : "manual",
  25. "type" : "unknown",
  26. "autostart" : 1,
  27. "iface" : "agge",
  28. "families" : [
  29. "inet"
  30. ],
  31. "method6" : "manual",
  32. "options" : [
  33. "bond_downdelay 200",
  34. "bond_updelay 200",
  35. "bond_lacp_rate slow",
  36. "post-up /sbin/ethtool -K agge tx off tso off"
  37. ]
  38. },
  39. {
  40. "priority" : 4,
  41. "active" : 1,
  42. "type" : "unknown",
  43. "autostart" : 1,
  44. "iface" : "int2",
  45. "families" : [
  46. "inet"
  47. ],
  48. "method6" : "manual",
  49. "options" : [
  50. "bond-master aggi"
  51. ],
  52. "method" : "manual"
  53. },
  54. {
  55. "type" : "unknown",
  56. "autostart" : 1,
  57. "families" : [
  58. "inet"
  59. ],
  60. "iface" : "ext2",
  61. "method6" : "manual",
  62. "options" : [
  63. "bond-master agge"
  64. ],
  65. "method" : "manual",
  66. "active" : 1,
  67. "priority" : 7
  68. },
  69. {
  70. "method6" : "manual",
  71. "iface" : "eth1",
  72. "families" : [
  73. "inet"
  74. ],
  75. "type" : "eth",
  76. "method" : "manual",
  77. "exists" : 1
  78. },
  79. {
  80. "method" : "static",
  81. "bridge_fd" : "0",
  82. "bridge_stp" : "off",
  83. "type" : "bridge",
  84. "autostart" : 1,
  85. "families" : [
  86. "inet"
  87. ],
  88. "iface" : "vmbr1",
  89. "method6" : "manual",
  90. "netmask" : "255.255.255.255",
  91. "address" : "10.10.10.10",
  92. "active" : 1,
  93. "priority" : 11,
  94. "bridge_ports" : "aggi"
  95. },
  96. {
  97. "exists" : 1,
  98. "method" : "manual",
  99. "iface" : "eth0",
  100. "method6" : "manual",
  101. "families" : [
  102. "inet"
  103. ],
  104. "type" : "eth"
  105. },
  106. {
  107. "options" : [
  108. "bond-master aggi"
  109. ],
  110. "iface" : "int1",
  111. "families" : [
  112. "inet"
  113. ],
  114. "method6" : "manual",
  115. "autostart" : 1,
  116. "type" : "unknown",
  117. "method" : "manual",
  118. "active" : 1,
  119. "priority" : 3
  120. },
  121. {
  122. "active" : 1,
  123. "priority" : 6,
  124. "iface" : "ext1",
  125. "method6" : "manual",
  126. "families" : [
  127. "inet"
  128. ],
  129. "options" : [
  130. "bond-master agge"
  131. ],
  132. "autostart" : 1,
  133. "type" : "unknown",
  134. "method" : "manual"
  135. },
  136. {
  137. "gateway" : "10.10.10.10",
  138. "netmask" : "255.255.255.255",
  139. "bridge_ports" : "agge",
  140. "active" : 1,
  141. "priority" : 9,
  142. "address" : "10.10.10.10",
  143. "bridge_stp" : "off",
  144. "method" : "static",
  145. "bridge_fd" : "0",
  146. "method6" : "manual",
  147. "iface" : "vmbr0",
  148. "families" : [
  149. "inet"
  150. ],
  151. "type" : "bridge",
  152. "autostart" : 1
  153. },
  154. {
  155. "slaves" : "int1 int2",
  156. "bond_xmit_hash_policy" : "layer3+4",
  157. "bond_mode" : "802.3ad",
  158. "active" : 1,
  159. "priority" : 2,
  160. "bond_miimon" : "100",
  161. "method" : "manual",
  162. "mtu" : "1500",
  163. "type" : "unknown",
  164. "autostart" : 1,
  165. "method6" : "manual",
  166. "iface" : "aggi",
  167. "families" : [
  168. "inet"
  169. ],
  170. "options" : [
  171. "bond_downdelay 200",
  172. "bond_updelay 200",
  173. "bond_lacp_rate slow",
  174. "post-up /sbin/ethtool -K aggi tx off tso off"
  175. ]
  176. }
  177. ]
  178. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement