Ejemplo n.º 1
0
 public void TestParseRuleLocal()
 {
     var systemFactory = new MockIptablesSystemFactory();
     var ipUtils = new IpRouteController(systemFactory);
     var one = ipUtils.ParseObjectInternal("local default dev lo  table 100  scope host", "to");
     ipUtils.ExportObject(one);
 }