Merge pull request #98 from BarbarossaTM/feature/pointopoint
static executor: Add support for IPv4 'pointopoint' addresses.
This commit is contained in:
commit
df6835bd62
5 changed files with 43 additions and 4 deletions
|
|
@ -81,6 +81,7 @@ static const struct remap_token tokens[] = {
|
|||
{"offload-tso", "ethtool-offload-tso"}, /* Debian ethtool integration */
|
||||
{"offload-tx", "ethtool-offload-tx"}, /* Debian ethtool integration */
|
||||
{"offload-ufo", "ethtool-offload-ufo"}, /* Debian ethtool integration */
|
||||
{"pointopoint", "point-to-point"}, /* legacy ifupdown, ifupdown2 */
|
||||
{"provider", "ppp-provider"}, /* legacy ifupdown, ifupdown2 */
|
||||
{"rx-offload", "ethtool-offload-rx"}, /* ifupdown2 */
|
||||
{"tso-offload", "ethtool-offload-tso"}, /* ifupdown2 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue