github.com/k8snetworkplumbingwg/sriov-network-operator@v1.2.1-0.20240408194816-2d2e5a45d453/pkg/render/testdata/machineconfig/units/ovs-configuration.service.yaml (about)

     1  name: ovs-configuration.service
     2  dropins:
     3  - name: 10-switchdev.conf
     4    contents: |
     5      [Service]
     6      ExecStartPre=-/sbin/ip route del default via 10.19.111.254 dev eno2
     7      [Unit]
     8      Wants=switchdev-configuration.service
     9      After=switchdev-configuration.service