-
-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
package action | ||
|
||
import "github.com/rsteube/carapace" | ||
|
||
func ActionConfFlags() carapace.Action { | ||
return carapace.ActionValuesDescribed( | ||
"home", "(IPv6 only) designates this address the \"home address\"", | ||
"nodad", "(IPv6 only) do not perform Duplicate Address Detection", | ||
"mngtmpaddr", "(IPv6 only) make the kernel manage temporary addresses created from this one as template", | ||
"noprefixroute", "Do not automatically create a route for the network prefix of the added address", | ||
"autojoin", "enable autojoin", | ||
) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters