Skip to content

Commit

Permalink
FRR: OSPF influence interface cost via carp, set default demoted cost…
Browse files Browse the repository at this point in the history
…s to follow ospfd's examples. for opnsense#2091

sponsored by : Modirum (https://www.modirum.com/)
  • Loading branch information
AdSchellevis committed Jan 18, 2021
1 parent 2b0a70f commit 9fad7f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
<ValidationMessage>Cost must be between 1 and 65535.</ValidationMessage>
</cost>
<cost_demoted type="IntegerField">
<default></default>
<default>65535</default>
<MinimumValue>1</MinimumValue>
<Required>N</Required>
<MaximumValue>65535</MaximumValue>
Expand Down

0 comments on commit 9fad7f2

Please sign in to comment.