<p dir="ltr">Hi Greg,</p>
<p dir="ltr">Thanks for a quick reply, &quot;We&quot; means me and my manager :)</p>
<p dir="ltr">In our company we provide HTTP based View to  User with naming conventions of interfaces in these formats.<br>
This is done and stored via higher layer applications in Databases and a lower application (X) will <br>
make interfaces at Linux Level accordingly.</p>
<p dir="ltr">Thus, we need to maintain a mapping of names, of what user have given with <br>
what is created. This mapping is available to only X and not to other Linux<br>
daemons (like dhcpd etc). Right now, all daemons need some tweaking in order to fetch the<br>
mappings from X.</p>
<p dir="ltr">Hence, there comes requirement to store all the mapping somehow inside kernel <br>
so that every daemon can easily accessible Interface related information via ioctls.</p>
<p dir="ltr">Thanks <br>
Akash Bhatnagar<br>
▶ Show quoted text<br>
On 5 Aug 2015 09:34, &quot;Greg KH&quot; &lt;<a href="mailto:greg@kroah.com">greg@kroah.com</a>&gt; wrote:<br>
&gt;<br>
&gt; On Wed, Aug 05, 2015 at 09:24:41AM +0530, Akash Bhatnagar wrote:<br>
&gt; &gt; Hi,<br>
&gt; &gt;<br>
&gt; &gt; We have a requirement to tweak the Linux Network Interface Naming<br>
&gt; &gt; conventions so that, it can support names of interfaces with &quot;/&quot; character.<br>
&gt;<br>
&gt; Who is &quot;we&quot;?<br>
&gt;<br>
&gt; And why do you want such a thing?<br>
&gt;<br>
&gt; &gt; For example, ip tuntap add dev fe/1/1 mode tap<br>
&gt; &gt;<br>
&gt; &gt; With iproute2 it simply shows error as INVALID Argument. What are the<br>
&gt; &gt; changes we supposed to do inside Kernel and iproute2 package?<br>
&gt;<br>
&gt; Lots, good luck :)<br>
&gt;<br>
&gt; But first, push back, you should never care what the network interface<br>
&gt; name is, that never matters.<br>
&gt;<br>
&gt; greg k-h<br>
</p>