--- embedaddon/mpd/doc/mpd28.html 2012/02/21 23:32:47 1.1.1.1 +++ embedaddon/mpd/doc/mpd28.html 2013/07/22 08:44:33 1.1.1.2 @@ -6,7 +6,7 @@ -Mpd 5.6 User Manual +Mpd 5.7 User Manual : Configuring Mpd : Interface layer
Previous: IPv6CP layer
@@ -31,6 +31,22 @@ If name argument is not specified, original ngX name i Note that inside Netgraph original ngX name is always used.

set iface description [ description ]

This command changes interface description.

+

Template may contain conversion specifications:

+

+

+%% expands to single % sign;
+%a for interface local address;
+%A for peer local address;
+%i for system interface index;
+%I for interface name;
+%l for name of bundle's first link
+%M for peer MAC address of bundle's first link
+%S for interface status (DoD/UP/DOWN)
+%t for type of bundle's first link (pppoe, pptp, l2tp etc.)
+%u for self auth name (or dash if self auth name not used)
+%U for peer auth name (or dash if peer has not authenticated)
+
+

set iface group [ group ]

This command add interface to specific group.

@@ -176,7 +192,7 @@ See


-Mpd 5.6 User Manual +Mpd 5.7 User Manual : Configuring Mpd : Interface layer
Previous: IPv6CP layer