swann: metric is a string field
This commit is contained in:
parent
9cee25b83c
commit
63ecd2d0ab
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ in {
|
|||
{ address = "2a02:88fd:f:d::2"; prefixLength = 64; }
|
||||
];
|
||||
ipv6.routes = [
|
||||
{ address = "2a02:88fd:f:d::"; prefixLength = 64; options.metric = 100; }
|
||||
{ address = "2a02:88fd:f:d::"; prefixLength = 64; options.metric = "100"; }
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue