ui.createnet: change the example ipv6 address
It was pointed out that the original address may be offending. Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
parent
c859d39428
commit
8296c5b74f
|
@ -797,7 +797,7 @@
|
|||
<property name="can_focus">False</property>
|
||||
<property name="xalign">0</property>
|
||||
<property name="yalign">0</property>
|
||||
<property name="label" translatable="yes"><b>Note:</b> The network could be chosen from one of the IPv6 private address ranges. eg FC00::/7. The prefix must be <b>64</b>. A typical IPv6 network address will look something like: fd00:dead:beef:55::/64</property>
|
||||
<property name="label" translatable="yes"><b>Note:</b> The network could be chosen from one of the IPv6 private address ranges. eg FC00::/7. The prefix must be <b>64</b>. A typical IPv6 network address will look something like: fd00:e81d:a6d7:55::/64</property>
|
||||
<property name="use_markup">True</property>
|
||||
<property name="wrap">True</property>
|
||||
<property name="max_width_chars">45</property>
|
||||
|
|
Loading…
Reference in New Issue