ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: Pavel Usischev <usischev@gmail.com>
To: ALT Linux Sisyphus discussion list <sisyphus@lists.altlinux.org>
Subject: Re: [sisyphus] default route и awk
Date: Fri, 23 Jun 2006 01:56:07 +0400
Message-ID: <449B11F7.5010202@gmail.com> (raw)
In-Reply-To: <20060622191709.GA11183@yust.work>

Здравствуйте.

> А вот что с awk?
> 
> [root@mc sysconfig]# ip route list
> 192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.3 
> 127.0.0.0/8 dev lo  scope link 
> default dev eth0  scope link 
> [root@mc sysconfig]# ip route list | awk '/^default / { sub(/eth/,"",$NF); print $NF }'
> link

С awk как раз все совершенно в порядке. $NF -- последнее поле строки, 
т.е. "link". Отрезаем спереди "eth" -- ничего не меняется. Так и печатает.

Почему ip выдает scope link для дефолтного маршрута, видимо нужно искать 
там, где этот дефолтный маршрут задается. Распарсить текущий вывод 
можно, например, так:

| awk '/^default / { split($0,a,"dev eth"); print substr(a[2],1,1) }'

Эта конструкция вроде не должна сломаться и при возможном изменении 
вывода ip route list (если имя девайса останется с "eth" в начале).

-- 
С уважением,
Павел Усищев


  reply	other threads:[~2006-06-22 21:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-22 18:50 Alex Yustasov
2006-06-22 19:01 ` Michael Shigorin
2006-06-22 19:17   ` Alex Yustasov
2006-06-22 21:56     ` Pavel Usischev [this message]
2006-06-23  5:50       ` Alex Yustasov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=449B11F7.5010202@gmail.com \
    --to=usischev@gmail.com \
    --cc=sisyphus@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git