--- embedaddon/mpd/doc/mpd28.html 2012/02/21 23:32:47 1.1 +++ embedaddon/mpd/doc/mpd28.html 2016/11/01 09:56:12 1.1.1.3 @@ -6,7 +6,7 @@ -Mpd 5.6 User Manual +Mpd 5.8 User Manual : Configuring Mpd : Interface layer
Previous: IPv6CP layer
@@ -31,6 +31,24 @@ 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
+%o for local outer ("physical") address of bundle's first link
+%O for peer outer ("physical") address of bundle's first link
+%P for peer outer ("physical") port 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.

@@ -129,6 +147,10 @@ set ipcp ranges 192.168.1.10/32 192.168.1.20/32

The default is disable.

+
keep-timeout

When this option is enabled, we are not clear ``session timeout'' +counter. This is useful together with CoA requests.

+

The default is disable.

+
tcpmssfix

This option causes mpd to adjust incoming and outgoing TCP SYN segments so that the requested maximum segment size is not greater than the amount allowed by the interface MTU.

@@ -176,7 +198,7 @@ See


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