--- embedaddon/mpd/doc/mpd28.html 2013/07/22 08:44:33 1.1.1.2 +++ embedaddon/mpd/doc/mpd28.html 2016/11/01 09:56:12 1.1.1.3 @@ -6,7 +6,7 @@ -Mpd 5.7 User Manual +Mpd 5.8 User Manual : Configuring Mpd : Interface layer
Previous: IPv6CP layer
@@ -31,8 +31,7 @@ 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:

-

+

Template may contain conversion specifications:

 %% expands to single % sign;
 %a for interface local address;
@@ -41,6 +40,9 @@ Note that inside Netgraph original ngX name is always 
 %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)
@@ -145,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.

@@ -192,7 +198,7 @@ See


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