Link [ NetBSD | NetBSD OpenGrok source search | PR fulltext-search | Summary of daily snapshot builds | history of daily build result | pkgsrc commit viewer ]


   
        usage: [branch:branch] [user:user] [path@revision] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN sys/arch/arm, if_wm.c@1.234 )




switch to index mode

recent branches: MAIN (8h)  netbsd-10 (18d)  netbsd-9 (18d)  netbsd-8 (23d) 

2024-06-04 03:07:50 UTC Now

2021-07-14 08:50:24 UTC MAIN commitmail json YAML

Added tests for adding vlan(4) to a bridge and deleting from it

- add vlan(4) that has no parent interface to a bridge member
  - the vlan(4) cannot be added to a bridge member
- detach the parent interface of vlan(4) that is in a bridge member
  - vlan(4) is deleted from a bridge member at the detaching

(yamaguchi)