aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ip6addrctl
Commit message (Collapse)AuthorAgeFilesLines
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1
| | | | Notes: svn path=/head/; revision=140368
* Assorted markup, grammar, and spelling fixes.Ruslan Ermilov2004-06-131-25/+31
| | | | Notes: svn path=/head/; revision=130420
* you have to use 'install' subcommand instead of '-c' optionHajimu UMEMOTO2003-12-261-1/+1
| | | | | | | Obtained from: KAME Notes: svn path=/head/; revision=123872
* when no source-address-selection policy is installed, not scanHajimu UMEMOTO2003-12-261-1/+5
| | | | | | | | | the sysctl MIB, as it leads to an unnecessary sysctl error. Obtained from: KAME Notes: svn path=/head/; revision=123870
* fixed a bug that 'ip6addrctl delete' command does not workSUZUKI Shinsuke2003-12-221-1/+1
| | | | | | | obtained from: KAME Notes: svn path=/head/; revision=123714
* add ip6addrctl(8) which is a command to configure addressHajimu UMEMOTO2003-10-304-0/+601
selection policy for IPv6 and IPv4 described in RFC3484. source address selection part of RFC3484 is not merged from KAME, yet. Obtained from: KAME Notes: svn path=/head/; revision=121748