Skip to content

Commit

Permalink
man: interfaces : add inet6 auto method
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Derumier committed May 9, 2023
1 parent 95c6df4 commit 1a4067c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ifupdown2/man/interfaces.5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,12 @@ METHODS
The dhcp Method
This method may be used to obtain an address via DHCP.

**inet6** address family interfaces can use the following method:

The auto Method
This method may be used to obtain an address via SLAAC.


BUILTIN INTERFACES
==================
**iface** sections for some interfaces like physical interfaces or vlan
Expand All @@ -131,6 +137,9 @@ EXAMPLES
address 192.168.2.0/24
address 2001:dee:eeee:1::4/128

auto eth3
iface eth3 inet auto

# source files from a directory /etc/network/interfaces.d
source /etc/network/interfaces.d/*

Expand Down

0 comments on commit 1a4067c

Please sign in to comment.