Skip to content
This repository has been archived by the owner on May 4, 2020. It is now read-only.

Commit

Permalink
Fix a few nits
Browse files Browse the repository at this point in the history
  • Loading branch information
Lochnair committed Feb 16, 2018
1 parent ff75e9f commit fe82fb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ help: IP address

syntax:expression: exec "/opt/vyatta/sbin/valid_address $VAR(@)"

commit:expression: exec "sudo /opt/vyatta/sbin/ubnt-interface --valid-addr-commit $VAR(@@) --dev $VAR(../@)"
commit:expression: exec "sudo /opt/vyatta/sbin/vyatta-interfaces.pl --valid-addr-commit $VAR(@@) --dev $VAR(../@)"

create: sudo /opt/vyatta/sbin/vyatta-address add $VAR(../@) $VAR(@)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
type: u32
priority: 382
priority: 460
help: Maximum Transmission Unit (MTU)
syntax:expression: $VAR(@) >= 64 && $VAR(@) <= 8024; "Must be between 64-8024"
val_help: u32:64-8024; Maximum Transmission Unit (MTU)
Expand Down

0 comments on commit fe82fb4

Please sign in to comment.