File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ coreos:
1414 - name: fleet.service
1515 command: start
1616%XSHINEXISTS%
17+ # Avoid routing via host internal networks
1718 - name: 00-eth%XSHIN%.network
1819 runtime: true
1920 content: |
@@ -25,6 +26,7 @@ coreos:
2526
2627 [DHCP]
2728 UseRoutes=false%ENDXSHINEXISTS%
29+ # XenServer Linux Guest Agent
2830 - name: xe-linux-distribution.service
2931 command: start
3032 content: |
@@ -41,11 +43,7 @@ coreos:
4143 # generate a new token for each unique cluster at https://discovery.etcd.io/new
4244 # discovery: https://discovery.etcd.io/<token>
4345write_files:
44- - path: /etc/sysctl.d/10-disable-ipv6.conf
45- permissions: 0644
46- owner: root
47- content: |
48- net.ipv6.conf.all.disable_ipv6 = 1
46+ # Enable ARP notifications for smooth network recovery after migrations
4947 - path: /etc/sysctl.d/10-enable-arp-notify.conf
5048 permissions: 0644
5149 owner: root
You can’t perform that action at this time.
0 commit comments