Page MenuHomeVyOS Platform

Support for bind vif-c interfaces into VRFs
Closed, ResolvedPublicFEATURE REQUEST

Description

In addition to vif and vif-s, it would be useful to be able to bind vif-c interfaces into a vrf instance.

Details

Difficulty level
Unknown (require assessment)
Version
-
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Feature (new functionality)

Related Objects

StatusSubtypeAssignedTask
In progressFEATURE REQUESTNone
ResolvedFEATURE REQUESTNone
ResolvedFEATURE REQUESTc-po
ResolvedFEATURE REQUESTViacheslav
ResolvedFEATURE REQUESTc-po

Event Timeline

This is implemented in the latest versions of the rolling release.

vyos@vyos# show interfaces ethernet eth1
 duplex auto
 hw-id 00:50:56:bf:ef:aa
 speed auto
 vif-s 100 {
     vif-c 200 {
         vrf black
     }
 }
vyos@vyos# show vrf
 name black {
     table 1000
 }
10: [email protected]: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue master black state LOWERLAYERDOWN mode DEFAULT group default qlen 1000
    link/ether 00:50:56:bf:ef:aa brd ff:ff:ff:ff:ff:ff promiscuity 0 minmtu 0 maxmtu 65535
    vlan protocol 802.1Q id 200 <REORDER_HDR>
    vrf_slave table 1000 addrgenmode none numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535
erkin set Issue type to Feature (new functionality).Aug 30 2021, 7:15 AM
erkin removed a subscriber: Active contributors.