Skip to content

Commit

Permalink
Drop hardcoded route from QAM ay profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
dzedro committed Oct 6, 2023
1 parent eb66764 commit 863ccfc
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 32 deletions.
8 changes: 0 additions & 8 deletions data/autoyast_qam/12-common_base_installation.xml.ep
Original file line number Diff line number Diff line change
Expand Up @@ -193,14 +193,6 @@
<routing>
<ipv4_forward config:type="boolean">false</ipv4_forward>
<ipv6_forward config:type="boolean">false</ipv6_forward>
<routes config:type="list">
<route>
<destination>default</destination>
<device>eth0</device>
<gateway>10.161.159.254</gateway>
<netmask>-</netmask>
</route>
</routes>
</routing>
<s390-devices config:type="list">
<listentry>
Expand Down
8 changes: 0 additions & 8 deletions data/autoyast_qam/12_installation.xml.ep
Original file line number Diff line number Diff line change
Expand Up @@ -162,14 +162,6 @@
<routing>
<ipv4_forward config:type="boolean">false</ipv4_forward>
<ipv6_forward config:type="boolean">false</ipv6_forward>
<routes config:type="list">
<route>
<destination>default</destination>
<device>eth0</device>
<gateway>10.161.159.254</gateway>
<netmask>-</netmask>
</route>
</routes>
</routing>
<s390-devices config:type="list">
<listentry>
Expand Down
8 changes: 0 additions & 8 deletions data/autoyast_qam/15-common_base_installation.xml.ep
Original file line number Diff line number Diff line change
Expand Up @@ -195,14 +195,6 @@
<routing>
<ipv4_forward config:type="boolean">false</ipv4_forward>
<ipv6_forward config:type="boolean">false</ipv6_forward>
<routes config:type="list">
<route>
<destination>default</destination>
<device>eth0</device>
<gateway>10.161.159.254</gateway>
<netmask>-</netmask>
</route>
</routes>
</routing>
<s390-devices config:type="list">
<listentry>
Expand Down
8 changes: 0 additions & 8 deletions data/autoyast_qam/15_installation.xml.ep
Original file line number Diff line number Diff line change
Expand Up @@ -164,14 +164,6 @@
<routing>
<ipv4_forward config:type="boolean">false</ipv4_forward>
<ipv6_forward config:type="boolean">false</ipv6_forward>
<routes config:type="list">
<route>
<destination>default</destination>
<device>eth0</device>
<gateway>10.161.159.254</gateway>
<netmask>-</netmask>
</route>
</routes>
</routing>
<s390-devices config:type="list">
<listentry>
Expand Down

0 comments on commit 863ccfc

Please sign in to comment.