forked from Mirror/frr

Display ipv4 mapped ipv6 addresses in the format ::ffff:A.B.C.D. Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
23 lines
282 B
Plaintext
23 lines
282 B
Plaintext
log file zebra.log
|
|
!
|
|
hostname rt5
|
|
!
|
|
! debug zebra kernel
|
|
! debug zebra packet
|
|
!
|
|
interface lo
|
|
ip address 5.5.5.5/32
|
|
ipv6 address ::ffff:5.5.5.5/128
|
|
!
|
|
interface eth-rt2
|
|
ip address 10.0.3.2/24
|
|
!
|
|
interface eth-rt4
|
|
ip address 10.0.5.2/24
|
|
!
|
|
ip forwarding
|
|
ipv6 forwarding
|
|
!
|
|
line vty
|
|
!
|