User Details
User Details
- User Since
- Jun 27 2019, 8:50 PM (290 w, 1 d)
Aug 30 2020
Aug 30 2020
ahsanb updated the diff for D26078: Add libroute and basic librarification of route utility.
Fix manpage by running igor on it
Fix style changes
Aug 25 2020
Aug 25 2020
ahsanb updated the diff for D26078: Add libroute and basic librarification of route utility.
Add man page
Aug 20 2020
Aug 20 2020
ahsanb updated the diff for D26078: Add libroute and basic librarification of route utility.
Fix memory leaks
Add method to get errorno
Aug 18 2020
Aug 18 2020
ahsanb updated the diff for D26078: Add libroute and basic librarification of route utility.
Add error handling for memory allocations, socket creation etc. Fix line lengths.
Aug 16 2020
Aug 16 2020
ahsanb updated the summary of D26078: Add libroute and basic librarification of route utility.
ahsanb updated the summary of D26078: Add libroute and basic librarification of route utility.
Aug 15 2020
Aug 15 2020
ahsanb requested review of D26078: Add libroute and basic librarification of route utility.
Jun 25 2020
Jun 25 2020
ahsanb updated the diff for D25220: Add tests for "add", "change" and "delete" functionality of /sbin/route..
Replace ipv6 ULA addresses with the documentation/example ipv6 addresses
Jun 21 2020
Jun 21 2020
ahsanb updated the diff for D25220: Add tests for "add", "change" and "delete" functionality of /sbin/route..
Added the v6 tests.
Jun 10 2020
Jun 10 2020
ahsanb requested review of D25220: Add tests for "add", "change" and "delete" functionality of /sbin/route..
Aug 19 2019
Aug 19 2019
Aug 18 2019
Aug 18 2019
ahsanb added a comment to D21305: Add set ToS test for ipfw and pf.
- wrap the comments
Aug 17 2019
Aug 17 2019
ahsanb updated the summary of D21305: Add set ToS test for ipfw and pf.
D21276: Move pft_ping.py and sniffer.py to the common test directory now requires review to proceed.
- Since the NAT tests landed before this diff the merge wouldn't be possible because the NAT tests changed the common/Makefile. Created an updated diff from the new upstream.
Aug 16 2019
Aug 16 2019
ahsanb added a comment to D21276: Move pft_ping.py and sniffer.py to the common test directory.
- Fix “replace $common_dir with ${common_dir} for consistency”
ahsanb added a comment to D21276: Move pft_ping.py and sniffer.py to the common test directory.
- replace $common_dir with ${common_dir} for consistency
ahsanb added a comment to D21276: Move pft_ping.py and sniffer.py to the common test directory.
- Add old pft_ping and sniffer.py to ObsoleteFiles.inc
ahsanb added a comment to D21276: Move pft_ping.py and sniffer.py to the common test directory.
- Make the pf tests use the sniffer and pft_ping tools from the common directory and hence ensure only one installation of these tools.
Aug 15 2019
Aug 15 2019
Aug 14 2019
Aug 14 2019
ahsanb added a comment to D21199: NAT basic test for pf, ipfw (both in-kernel and userspace) and ipf.
- Fixed indentation for setup_tests() in nat.sh
- Fixed indentation in common/Makefile
Aug 13 2019
Aug 13 2019
ahsanb added a comment to D21199: NAT basic test for pf, ipfw (both in-kernel and userspace) and ipf.
Fix wrong module name check for ipfw (ipfw_nat instead of ipfw)
Aug 11 2019
Aug 11 2019
ahsanb added a comment to D21199: NAT basic test for pf, ipfw (both in-kernel and userspace) and ipf.
fixed the ipfw rule loading issue
ahsanb added inline comments to D21199: NAT basic test for pf, ipfw (both in-kernel and userspace) and ipf.
Aug 9 2019
Aug 9 2019
ahsanb retitled D21199: NAT basic test for pf, ipfw (both in-kernel and userspace) and ipf from NAT basic test for pf, ipfw (noth in-kernel and userspace) and ipf to NAT basic test for pf, ipfw (both in-kernel and userspace) and ipf.
Aug 3 2019
Aug 3 2019
ahsanb added a comment to D21065: Pass/Block test for three firewalls (pf, ipfw, ipf).
check if ipf module is loaded using "kldstat -q -m ipfilter " because "kldstat -q -m ipl" doesn't work.
Jul 30 2019
Jul 30 2019
D21065: Pass/Block test for three firewalls (pf, ipfw, ipf) now requires review to proceed.
- Fix ipf check (using type ipf &> /dev/null)
Jul 29 2019
Jul 29 2019
ahsanb added a comment to D21065: Pass/Block test for three firewalls (pf, ipfw, ipf).
- Used ULA for v6 addresses
- Changed license according to preferred license
- For no_dad, I am taking kp's words regarding speed of the tests.
Jul 26 2019
Jul 26 2019
ahsanb added a comment to D21065: Pass/Block test for three firewalls (pf, ipfw, ipf).
- Add check for bad argument in setup_tests
- Add atf-fail in case of wrong firewall name in firewall_config
ahsanb added a comment to D21065: Pass/Block test for three firewalls (pf, ipfw, ipf).
- Replaced spaces with tabs
- Created firewall_init function with firewall name as an argument
- Modified firewall_cleanup function to take name of the firewall as an argument
- Removed obsolete functions like ipf_init.
Jul 25 2019
Jul 25 2019
ahsanb updated the diff for D21065: Pass/Block test for three firewalls (pf, ipfw, ipf).