Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ip6addrctl(8) [freebsd man page]

IP6ADDRCTL(8)						    BSD System Manager's Manual 					     IP6ADDRCTL(8)

NAME
ip6addrctl -- configure address selection policy for IPv6 and IPv4 SYNOPSIS
ip6addrctl [show] ip6addrctl add prefix precedence label ip6addrctl delete prefix ip6addrctl flush ip6addrctl install configfile DESCRIPTION
The ip6addrctl utility manages the policy table of source and destination address selection for outgoing IPv4 and IPv6 packets. When ip6addrctl is invoked without an argument or with a single argument show, it prints the content of the policy table currently installed in the kernel. To modify the table, the following operations are available: add prefix precedence label Add a policy entry. The prefix argument is an IPv6 prefix, which is a key for the entry. An IPv4 prefix should be specified with an IPv6 prefix using an IPv4-mapped IPv6 address. The precedence and label arguments are decimal numbers, which specify the precedence and label values for the entry, respectively. This operation should be performed without an existing entry for the prefix. delete prefix Delete a policy entry specified by prefix, which should be an IPv6 prefix. A corresponding entry for the prefix should have already been installed. flush Delete all existing policy entries in the kernel. install configfile Install policy entries from a configuration file named configfile. The configuration file should contain a set of policy entries. Each entry is specified in a single line which contains an IPv6 prefix, a decimal precedence value, and a decimal label value, sepa- rated with white space or tab characters. In the configuration file, lines beginning with the pound-sign ('#') are comments and are ignored. EXIT STATUS
The ip6addrctl utility exits 0 on success, and >0 if an error occurs. SEE ALSO
Richard Draves, Default Address Selection for IPv6, RFC 3484. HISTORY
The ip6addrctl utility first appeared in the KAME IPv6 protocol stack kit. The original command name was addrselect, but it was then renamed to the current one so that the name would describe its function well. BSD
September 25, 2001 BSD

Check Out this Related Man Page

IP-ADDRLABEL(8)                                                        Linux                                                       IP-ADDRLABEL(8)

NAME
ip-addrlabel - protocol address label management SYNOPSIS
ip addrlabel { COMMAND | help } ip addrlabel { add | del } prefix PREFIX [ dev DEV ] [ label NUMBER ] ip addrlabel { list | flush } DESCRIPTION
IPv6 address labels are used for address selection; they are described in RFC 3484. Precedence is managed by userspace, and only the label itself is stored in the kernel. ip addrlabel add - add an address label add an address label entry to the kernel. prefix PREFIX dev DEV the outgoing interface. label NUMBER the label for the prefix. 0xffffffff is reserved. ip addrlabel del - delete an address label delete an address label entry from the kernel. Arguments: coincide with the arguments of ip addrlabel add but the label is not required. ip addrlabel list - list address labels list the current address label entries in the kernel. ip addrlabel flush - flush address labels flush all address labels in the kernel. This does not restore any default settings. SEE ALSO
ip(8) AUTHOR
Manpage by Yoshifuji Hideaki / iproute2 20 Dec 2011 IP-ADDRLABEL(8)
Man Page

3 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

[PHP] IPv6 lookup in prefix function

Hi there, Was wondering if you could help me out again. In my efforts to write a function to check whether an IPv6 address is part of an IPv6 prefix, I've come up with this: function isIPIn ($ip,$net,$mask) { $net = pack("H" . strlen($net), str_replace(":", "", $net)); $ip... (0 Replies)
Discussion started by: zheng
0 Replies

2. Shell Programming and Scripting

Delete last charecter of each line.

Hi, I have file which is having the following content. 11082202^M 10951265^M 11482003^M 12820986^M 11309561^M 11092815^M 11103308^M 13024722^M 11343958^M 11280355^M 7516723^M i want to delete the last charecter "^M" from all the line and redirect to other line. Please help... (1 Reply)
Discussion started by: shivanete
1 Replies

3. BSD

Link Local IPv6 Address

Hi, Am using FreeBSD7.4/i386 During IPv6 configuration, I added the following in rc.conf as Restarted IPv6 network using /etc/rc.d/network_ipv6 restart.. My problem is I need to set link local IPv6 address auto-configured.. Is my proceeding right?? I feel something missing to make... (0 Replies)
Discussion started by: Priya Amaresh
0 Replies