mirror of https://github.com/docker/cli.git
duplicated the
Signed-off-by: Jie Luo <luo612@zju.edu.cn> typo Signed-off-by: Jie Luo <luo612@zju.edu.cn> fix some typos Signed-off-by: Jie Luo <luo612@zju.edu.cn>
This commit is contained in:
parent
0be1dede62
commit
22b1d28bde
|
@ -216,7 +216,7 @@ ip a show eth0
|
||||||
inet 192.168.1.250/24 brd 192.168.1.255 scope global eth0
|
inet 192.168.1.250/24 brd 192.168.1.255 scope global eth0
|
||||||
```
|
```
|
||||||
|
|
||||||
-A traditional gateway doesn't mean much to an L3 mode Ipvlan interface since there is no broadcast traffic allowed. Because of that, the container default gateway simply point the the containers `eth0` device. See below for CLI output of `ip route` or `ip -6 route` from inside an L3 container for details.
|
-A traditional gateway doesn't mean much to an L3 mode Ipvlan interface since there is no broadcast traffic allowed. Because of that, the container default gateway simply points to the containers `eth0` device. See below for CLI output of `ip route` or `ip -6 route` from inside an L3 container for details.
|
||||||
|
|
||||||
The mode ` -o ipvlan_mode=l3` must be explicitly specified since the default ipvlan mode is `l2`.
|
The mode ` -o ipvlan_mode=l3` must be explicitly specified since the default ipvlan mode is `l2`.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue