Page MenuHomeFreeBSD

bsdinstall netconfig_ipv6: replace dialog(1) with bsddialog(1)
ClosedPublic

Authored by asiciliano on May 20 2022, 12:47 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Sep 18, 6:49 PM
Unknown Object (File)
Sun, Sep 14, 1:55 AM
Unknown Object (File)
Aug 19 2025, 11:29 AM
Unknown Object (File)
Aug 14 2025, 11:44 PM
Unknown Object (File)
Aug 1 2025, 4:46 PM
Unknown Object (File)
Jul 6 2025, 4:42 AM
Unknown Object (File)
Jul 4 2025, 11:01 PM
Unknown Object (File)
Jun 26 2025, 2:18 PM
Subscribers

Details

Summary

Replace dialog(1) with bsddialog(1).

Test Plan
% sh ./netconfig_Ipv6


                  ┌─────────┤Network Configuration├─────────┐
                  │ Would you like to try stateless address │  
                  │ autoconfiguration (SLAAC)?              │  
                  ├─────────────────────────────────────────┤  
                  │           [ Yes  ]   [  No  ]           │  
                  └─────────────────────────────────────────┘  
                                                               



     ┌──────────────────────┤Network Configuration├──────────────────────┐
     │ Static IPv6 Network Interface Configuration                       │  
     │┌─────────────────────────────────────────────────────────────────┐│  
     ││IPv6 Address   xxx                                               ││  
     ││Default Router yyy                                               ││  
     ││                                                                 ││  
     │└─────────────────────────────────────────────────────────────────┘│  
     ├───────────────────────────────────────────────────────────────────┤  
     │                        [  OK  ]   [Cancel]                        │  
     └───────────────────────────────────────────────────────────────────┘  
                                                                            

xxx DefaultRouter yyy

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable