Skip to content

Commit 6b552a8

Browse files
committed
Fix net_prio typo
Signed-off-by: Cedric Clerget <[email protected]>
1 parent c0437c3 commit 6b552a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net_prio.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ func (n *netprioController) Create(path string, resources *specs.LinuxResources)
5050
if resources.Network != nil {
5151
for _, prio := range resources.Network.Priorities {
5252
if err := ioutil.WriteFile(
53-
filepath.Join(n.Path(path), "net_prio_ifpriomap"),
53+
filepath.Join(n.Path(path), "net_prio.ifpriomap"),
5454
formatPrio(prio.Name, prio.Priority),
5555
defaultFilePerm,
5656
); err != nil {

0 commit comments

Comments
 (0)