Advertisement
Guest User

Untitled

a guest
Nov 25th, 2015
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.38 KB | None | 0 0
  1. --- /opt/vyatta/sbin/vyatta-interfaces.pl
  2. +++ /opt/vyatta/sbin/vyatta-interfaces.pl.new
  3. @@ -192,6 +192,7 @@
  4.      my $hostname = get_hostname();
  5.  
  6.      $output .= "option rfc3442-classless-static-routes code 121 = array of unsigned integer 8;\n\n";
  7. +    $output .= "option rfc3118-auth code 90 = string;\n\n";
  8.  
  9.      $output .= "interface \"$intf\" {\n";
  10.      if (defined($hostname)) {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement