Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-23 | Fix typo in show dhcp client lease script | Stephen Hemminger | |
It is resolve_domain not resolve_doman, my bad | |||
2009-12-22 | Rearrange code for clarity | Stephen Hemminger | |
Put variable assignment closer to usage. Run through perltidy for indent. | |||
2009-12-22 | Use perl to read resolv.conf | Stephen Hemminger | |
Don't need to use grep to parse resolv.conf, perl is simpler and more powerful. | |||
2009-12-22 | Get rid of dead code. | Stephen Hemminger | |
2009-12-22 | Use perl to scan directory | Stephen Hemminger | |
Better to use perl opendir/readdir to get list of files, rather than parsing output of ls. | |||
2008-06-27 | better detection of whether domain-name set using CLI is overriding | Mohit Mehta | |
domain-search received from dhcp client. used in 'show dhcp client leases' | |||
2008-06-26 | => display text saying the domain-name received from dhcp-server | Mohit Mehta | |
is overridden by domain-name set in our CLI in op-mode command 'show dhcp client leases' | |||
2008-05-05 | Fix 3233: dhcp client doesn't work on bridge interface | Stig Thormodsrud | |
2008-03-10 | Update license from VPL 1.0 to GPLv2 | Stephen Hemminger | |
Change license boilerplate text from VPL1.0 to GPLv2 | |||
2008-02-19 | Fix "show dhcp client leases" so that it will parse multiple name servers. | Stig Thormodsrud | |
2008-01-24 | add 'show dhcp client leases' | Stig Thormodsrud | |