Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
docs:guide-user:network:ipv6:configuration [2024/08/06 22:16] – [Table] fblaesedocs:guide-user:network:ipv6:configuration [2024/08/06 22:16] – [Table] fblaese
Line 144: Line 144:
  
 ==== Protocol "static", IPv6 ==== ==== Protocol "static", IPv6 ====
-^ Name             ^ Type                  ^ Required                      ^ Default     ^ Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 ^ +^ Name               ^ Type                  ^ Required                      ^ Default     ^ Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 ^ 
-| ''ip6addr''      | ipv6 address          | yes, if no ''ipaddr'' is set  | //(none)//  | Assign given IPv6 address to this interface (CIDR notation)                                                                                                                                                                                                                                                                                                                                                                                                                                 | +| ''ip6addr''        | ipv6 address          | yes, if no ''ipaddr'' is set  | //(none)//  | Assign given IPv6 address to this interface (CIDR notation)                                                                                                                                                                                                                                                                                                                                                                                                                                 | 
-| ''ip6ifaceid''   | ipv6 suffix           | no                            | ::1         | Allowed values: 'eui64', 'random', fixed value like '::1:2'. \\ When IPv6 prefix (like 'a:b:c:d::') is received from a delegating server, use the suffix (like '::1') to form the IPv6 address ('a:b:c:d::1') for this interface. Useful with several routers in LAN. The option was introduced by [[http://git.openwrt.org/?p=project/netifd.git;a=commitdiff;h=0b0e5e2fc5b065092644a5c4717c0a03a9098dcf;hp=e9d2014a478807c7fac0581bb4a145901a3f23b4|this commit]] to netifd in Jan 2015.  | +| ''ip6ifaceid''     | ipv6 suffix           | no                            | ::1         | Allowed values: 'eui64', 'random', fixed value like '::1:2'. \\ When IPv6 prefix (like 'a:b:c:d::') is received from a delegating server, use the suffix (like '::1') to form the IPv6 address ('a:b:c:d::1') for this interface. Useful with several routers in LAN. The option was introduced by [[http://git.openwrt.org/?p=project/netifd.git;a=commitdiff;h=0b0e5e2fc5b065092644a5c4717c0a03a9098dcf;hp=e9d2014a478807c7fac0581bb4a145901a3f23b4|this commit]] to netifd in Jan 2015.  | 
-| ''ip6gw''        | ipv6 address          | no                            | //(none)//  | Assign given IPv6 default gateway to this interface                                                                                                                                                                                                                                                                                                                                                                                                                                         | +| ''ip6gw''          | ipv6 address          | no                            | //(none)//  | Assign given IPv6 default gateway to this interface                                                                                                                                                                                                                                                                                                                                                                                                                                         | 
-| ''ip6assign''    | prefix length         | no                            | //(none)//  | Delegate a prefix of given length to this interface (see Downstream configuration below)                                                                                                                                                                                                                                                                                                                                                                                                    | +| ''ip6assign''      | prefix length         | no                            | //(none)//  | Delegate a prefix of given length to this interface (see Downstream configuration below)                                                                                                                                                                                                                                                                                                                                                                                                    | 
-| ''ip6hint''      | prefix hint (hex)     | no                            | //(none)//  | Hint the subprefix-ID that should be delegated as hexadecimal number (see Downstream configuration below)                                                                                                                                                                                                                                                                                                                                                                                   | +| ''ip6hint''        | prefix hint (hex)     | no                            | //(none)//  | Hint the subprefix-ID that should be delegated as hexadecimal number (see Downstream configuration below)                                                                                                                                                                                                                                                                                                                                                                                   | 
-| ''ip6prefix''    | ipv6 prefix           | no                            | //(none)//  | IPv6 prefix routed here for use on other interfaces (Barrier Breaker and later only)                                                                                                                                                                                                                                                                                                                                                                                                        | +| ''ip6prefix''      | ipv6 prefix           | no                            | //(none)//  | IPv6 prefix routed here for use on other interfaces (Barrier Breaker and later only)                                                                                                                                                                                                                                                                                                                                                                                                        | 
-| ''ip6class''     | list of strings       | no                            | //(none)//  | Define the IPv6 prefix-classes this interface will accept                                                                                                                                                                                                                                                                                                                                                                                                                                   | +| ''ip6class''       | list of strings       | no                            | //(none)//  | Define the IPv6 prefix-classes this interface will accept                                                                                                                                                                                                                                                                                                                                                                                                                                   | 
-"ip6deprecated | boolean               | no                            | ''0''       | Set preferred lifetime of IPv6 addresses to zero                                                                                                                                                                                                                                                                                                                                                                                                                                            | +''ip6deprecated''  | boolean               | no                            | ''0''       | Set preferred lifetime of IPv6 addresses to zero                                                                                                                                                                                                                                                                                                                                                                                                                                            | 
-| ''dns''          | list of ip addresses  | no                            | //(none)//  | DNS server(s)                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | +| ''dns''            | list of ip addresses  | no                            | //(none)//  | DNS server(s)                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | 
-| ''dns_metric''   | integer               | no                            | ''0''       | [[commit>?p=project/netifd.git;a=commitdiff;h=7f6be657e2dabc185417520de4d0d0de2580c27d|DNS metric]]                                                                                                                                                                                                                                                                                                                                                                                         | +| ''dns_metric''     | integer               | no                            | ''0''       | [[commit>?p=project/netifd.git;a=commitdiff;h=7f6be657e2dabc185417520de4d0d0de2580c27d|DNS metric]]                                                                                                                                                                                                                                                                                                                                                                                         | 
-| ''dns_search''   | list of domain names  | no                            | //(none)//  | Search list for host-name lookup, relevant only for the router                                                                                                                                                                                                                                                                                                                                                                                                                              | +| ''dns_search''     | list of domain names  | no                            | //(none)//  | Search list for host-name lookup, relevant only for the router                                                                                                                                                                                                                                                                                                                                                                                                                              | 
-| ''metric''       | integer               | no                            | ''0''       | Specifies the default route metric to use                                                                                                                                                                                                                                                                                                                                                                                                                                                   |+| ''metric''         | integer               | no                            | ''0''       | Specifies the default route metric to use                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  
 ===== Downstream configuration for LAN interfaces ===== ===== Downstream configuration for LAN interfaces =====
  • Last modified: 2024/11/19 09:11
  • by ynezz