Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-13 | wwan: T3620: rename "wirelessmodem wlm" interfaces to new wwan interface tree | Christian Poessinger | |
(cherry picked from commit c2a1c071e7d0a9ca754d7f5016eed7db188b3d1a) | |||
2020-05-30 | vrf: T2530: instance name must be 15 characters or less | Christian Poessinger | |
2020-05-06 | validator: T2417: try to make the code clearer | Thomas Mangin | |
2020-04-03 | vrf: T31: Allow vrf name to look more like interface name | Runar Borge | |
Fix the regex to allow vrf instances like "eth0vrf" but not to allow "eth0" | |||
2020-04-03 | vrf: T31: name of isntance is not allowed to mimic an interface name | Christian Poessinger | |
Every VRF that's created is not allowed to be named like any interface that can be active on the system. This includes eth, lan, br, dum, lo .... In theoriy this would work but as soon as such a regular interface is created things will go sideways rather quick thus we limit the namespace which can be used to create a VRF. Appending an interface name is still possible like coolvrf-eth0. |