| History log of /src/tests/net/if_tun |
| Revision | Date | Author | Comments |
| 1.2 | 05-Sep-2016 |
ozaki-r | Remove a unexpectedly committed file
|
| 1.1 | 05-Sep-2016 |
ozaki-r | Add very basic tests for tun devices
|
| 1.2 | 01-Feb-2018 |
ozaki-r | Commonalize and add tests of creating/destroying interfaces
|
| 1.1 | 05-Sep-2016 |
ozaki-r | branches: 1.1.2; 1.1.8; Add very basic tests for tun devices
|
| 1.1.8.1 | 26-Feb-2018 |
snj | Pull up following revision(s) (requested by ozaki-r in ticket #572): sys/net/if_bridge.c: 1.138, 1.148 tests/net/if_bridge/t_bridge.sh: 1.18 tests/net/if_gif/t_gif.sh: 1.12 tests/net/if_ipsec/t_ipsec.sh: 1.3 tests/net/if_l2tp/t_l2tp.sh: 1.4 tests/net/if_loop/t_basic.sh: 1.2 tests/net/if_pppoe/t_pppoe.sh: 1.18 tests/net/if_tap/t_tap.sh: 1.7 tests/net/if_tun/Makefile: 1.2 tests/net/if_tun/t_tun.sh: 1.5 tests/net/if_vlan/t_vlan.sh: 1.8 tests/net/net_common.sh: 1.26 Remove unnecessary splsoftnet -- If the bridge is not running, don't call bridge_stop. Otherwise the following commands will crash the kernel: ifconfig bridge0 create ifconfig bridge0 destroy -- Commonalize and add tests of creating/destroying interfaces
|
| 1.1.2.2 | 14-Sep-2016 |
pgoyette | Sync with HEAD
|
| 1.1.2.1 | 05-Sep-2016 |
pgoyette | file Makefile was added on branch pgoyette-localcount on 2016-09-14 03:04:19 +0000
|
| 1.6 | 13-May-2019 |
bad | Get rid of all the -lrumpdev and -lrumpvfs that are no longer needed after moving rump's mainbus from rumpdev to rumpkern.
Produces the same atf-run results as before.
|
| 1.5 | 01-Feb-2018 |
ozaki-r | branches: 1.5.4; Commonalize and add tests of creating/destroying interfaces
|
| 1.4 | 07-Nov-2016 |
ozaki-r | branches: 1.4.6; Accept DEBUG environment variable
By doing so, we can easily turn DEBUG on/off without modifying the ATF scripts.
|
| 1.3 | 01-Oct-2016 |
kre | Compensate for the new world order of ifconfig output format, and the new default netmask for point to point links.
|
| 1.2 | 05-Sep-2016 |
ozaki-r | branches: 1.2.2; Add some tests
We need more realistic tests.
|
| 1.1 | 05-Sep-2016 |
ozaki-r | Add very basic tests for tun devices
|
| 1.2.2.4 | 07-Jan-2017 |
pgoyette | Sync with HEAD. (Note that most of these changes are simply $NetBSD$ tag issues.)
|
| 1.2.2.3 | 04-Nov-2016 |
pgoyette | Sync with HEAD
|
| 1.2.2.2 | 14-Sep-2016 |
pgoyette | Sync with HEAD
|
| 1.2.2.1 | 05-Sep-2016 |
pgoyette | file t_tun.sh was added on branch pgoyette-localcount on 2016-09-14 03:04:19 +0000
|
| 1.4.6.1 | 26-Feb-2018 |
snj | Pull up following revision(s) (requested by ozaki-r in ticket #572): sys/net/if_bridge.c: 1.138, 1.148 tests/net/if_bridge/t_bridge.sh: 1.18 tests/net/if_gif/t_gif.sh: 1.12 tests/net/if_ipsec/t_ipsec.sh: 1.3 tests/net/if_l2tp/t_l2tp.sh: 1.4 tests/net/if_loop/t_basic.sh: 1.2 tests/net/if_pppoe/t_pppoe.sh: 1.18 tests/net/if_tap/t_tap.sh: 1.7 tests/net/if_tun/Makefile: 1.2 tests/net/if_tun/t_tun.sh: 1.5 tests/net/if_vlan/t_vlan.sh: 1.8 tests/net/net_common.sh: 1.26 Remove unnecessary splsoftnet -- If the bridge is not running, don't call bridge_stop. Otherwise the following commands will crash the kernel: ifconfig bridge0 create ifconfig bridge0 destroy -- Commonalize and add tests of creating/destroying interfaces
|
| 1.5.4.1 | 10-Jun-2019 |
christos | Sync with HEAD
|