netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Network prefix length for local tunnel address
@ 2020-01-14 15:57 Eduardo Trápani
  0 siblings, 0 replies; only message in thread
From: Eduardo Trápani @ 2020-01-14 15:57 UTC (permalink / raw)
  To: netdev

The manual for ip-address says:

 > If a peer address is specified, the local address cannot have a 
prefix length. The network prefix is associated with the peer rather 
than with the local address.

Does it means that the local address has no prefix at all? Or that it 
inherits the prefix from the peer address?

The question arises because I found out I can "duplicate" the local ip 
address, instead of getting a "RTNETLINK answers: File exists".

These are the steps:

# ip tuntap add dev tun3 mode tun user alice group alice

# ip address add 10.8.0.1 peer 10.8.0.2/32 dev tun3

# ip address add 10.8.0.1/32 dev tun3

# ip address list dev tun3
…
inet 10.8.0.1 peer 10.8.0.2/32 scope global tun3
…
inet 10.8.0.1/32 scope global tun3
…

Is that the expected behaviour?

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-01-14 15:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-14 15:57 Network prefix length for local tunnel address Eduardo Trápani

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).