Page MenuHomeDevCentral

Set RPN network information for WindRiver
ClosedPublic

Authored by dereckson on Sun, Oct 13, 10:37.
Tags
None
Referenced Files
F3670172: D3514.id9043.diff
Sat, Oct 19, 06:34
F3670169: D3514.id9040.diff
Sat, Oct 19, 06:33
F3670164: D3514.id9039.diff
Sat, Oct 19, 06:29
F3669884: D3514.diff
Sat, Oct 19, 04:35
Unknown Object (File)
Sun, Oct 13, 15:33
Unknown Object (File)
Sun, Oct 13, 15:33
Unknown Object (File)
Sun, Oct 13, 15:30
Unknown Object (File)
Sun, Oct 13, 15:30
Subscribers
None

Details

Summary

The interface ix0 is connected to the RPN / RPNv2.

Test Plan
  • apply roles/core/network
  • check ix0 and igb0 interfaces through ifconfig

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson created this revision.

Configure ix0 only, restore IPv6 previous configuration

dereckson retitled this revision from Set network information for WindRiver to Set private network information for WindRiver.Sun, Oct 13, 10:51
dereckson retitled this revision from Set private network information for WindRiver to Set RPN network information for WindRiver.

Just for information, the move to reuse the /56 block from previous WindRiver between version 1 and 2 of this change works well for card configuration and lease acquisition:

WindRiver
$ /usr/local/etc/rc.d/dhclient6 start
[…]
Prefix BOUND6 old= new=2001:bc8:2e84:700::/56

$ ifconfig igb0
igb0: flags=1008843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST,LOWER_UP> metric 0 mtu 1500
        options=4e507bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,TSO6,LRO,VLAN_HWFILTER,VLAN_HWTSO,RXCSUM_IPV6,TXCSUM_IPV6,HWSTATS,MEXTPG>
        ether 18:66:da:b3:39:6d
        inet 195.154.30.15 netmask 0xffffff00 broadcast 195.154.30.255
        inet6 fe80::1a66:daff:feb3:396d%igb0 prefixlen 64 scopeid 0x3
        inet6 2001:bc8:2e84:700::da7a:7001 prefixlen 56
        media: Ethernet autoselect (1000baseT <full-duplex>)
        status: active
        nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>

Routing is another thing.

This revision is now accepted and ready to land.Sun, Oct 13, 11:59
This revision was automatically updated to reflect the committed changes.