Ref T2293.
Details
Details
- Reviewers
yousra Duranzed - Maniphest Tasks
- T2293: viperserv.nasqueron.org IP on WindRiver was missing after reboot
ifconfig igb0 inet6 2001:bc8:2e84:700:0:dead:c0de:b07 prefixlen 56
Diff Detail
Diff Detail
- Repository
- rOPS Nasqueron Operations
- Lint
Lint Passed - Unit
No Test Coverage - Branch
- network-ipv6-alias
- Build Status
Buildable 6561 Build 6845: arc lint + arc unit
Event Timeline
Comment Actions
WindRiver
$ salt-call --local state.apply roles/core/network/ipv6 local: ---------- ID: /etc/rc.conf.d/netif/ipv6_igb0 Function: file.managed Result: True Comment: File /etc/rc.conf.d/netif/ipv6_igb0 updated Started: 18:02:28.820428 Duration: 14.352 ms Changes: ---------- diff: --- +++ @@ -14,5 +14,5 @@ # </auto-generated> ifconfig_igb0_ipv6="inet6 2001:bc8:2e84:700::da7a:7001 prefixlen 56" -ifconfig_igb0_ipv6_alias1="inet6 add 2001:bc8:2e84:700:0:dead:c0de:b07 prefixlen 56" +ifconfig_igb0_ipv6_alias1="inet6 2001:bc8:2e84:700:0:dead:c0de:b07 prefixlen 56" ---------- […]