MAJ syntaxe netmask

This commit is contained in:
whirigoyen 2023-11-17 10:50:29 +01:00
parent 359724144b
commit 9bc7168e01

View file

@ -163,8 +163,7 @@ iface eth0 inet manual
auto br0
iface br0 inet static
address <address>
netmask <netmask>
address <address>/<netmask>
gateway <gateway>
bridge_ports eth0
up echo 0 > /sys/class/net/br0/bridge/multicast_snooping
@ -665,8 +664,7 @@ iface br0 inet manual
up echo 0 > /sys/class/net/br0/bridge/multicast_snooping
auto br0.42
iface br0.42 inet static
address <address>
netmask <netmask>
address <address>/netmask>
gateway <gateway>
~~~