Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| doc:uci:dhcp6c [2015/05/31 12:09] – old revision restored (2015/05/30 20:56) jow | docs:guide-user:network:ipv6:dhcp6c [2019/08/26 10:00] (current) – tag optimization, formatting optimization vgaetera | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== WIDE-DHCPv6 client configuration ====== | ====== WIDE-DHCPv6 client configuration ====== | ||
| - | |||
| The ''/ | The ''/ | ||
| It defines //basic properties// | It defines //basic properties// | ||
| ===== Sections ===== | ===== Sections ===== | ||
| - | + | A typical default configuration consists of one '' | |
| - | A typical default configuration consists of one '' | + | |
| - | '' | + | |
| ==== Basic Properties ==== | ==== Basic Properties ==== | ||
| - | |||
| The section of type '' | The section of type '' | ||
| Example: | Example: | ||
| - | | '' | + | <code bash> |
| + | config ' | ||
| option ' | option ' | ||
| option ' | option ' | ||
| option ' | option ' | ||
| option ' | option ' | ||
| - | option ' | + | option ' |
| + | </ | ||
| All defined options of this section are listed below. | All defined options of this section are listed below. | ||
| Line 47: | Line 45: | ||
| ==== Interface Settings ==== | ==== Interface Settings ==== | ||
| - | |||
| Sections of type '' | Sections of type '' | ||
| This sections are //named//, the section name corresponds to the covered //logical interface// | This sections are //named//, the section name corresponds to the covered //logical interface// | ||
| Line 53: | Line 50: | ||
| Example: | Example: | ||
| - | | '' | + | <code bash> |
| + | config ' | ||
| option ' | option ' | ||
| option ' | option ' | ||
| - | option ' | + | option ' |
| + | </ | ||
| * '' | * '' | ||
| Line 70: | Line 69: | ||
| ===== Example ===== | ===== Example ===== | ||
| - | |||
| This example requests a ''/ | This example requests a ''/ | ||
| The '' | The '' | ||
| - | | '' | + | <code bash> |
| + | config ' | ||
| option ' | option ' | ||
| option ' | option ' | ||
| Line 89: | Line 88: | ||
| option ' | option ' | ||
| option ' | option ' | ||
| - | option ' | + | option ' |
| + | </ | ||